diff --git a/ROADMAP b/ROADMAP deleted file mode 100644 index 0cbf572..0000000 --- a/ROADMAP +++ /dev/null @@ -1,8 +0,0 @@ - -Uge 1: Basal bootstrap skellet, fonte farver osv. TJEK -Uge 2: HTML skabelon og Hugo skelet til undersider -Uge 3: Beta-hjemmeside, "style guide" -Uge 4: Indhold og lancering - - - diff --git a/static/browserconfig.xml b/static/browserconfig.xml deleted file mode 100644 index 3f5ae09..0000000 --- a/static/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #4b3aba - - - diff --git a/themes/datacoop2020/assets/static/css/bootstrap/_alert.scss b/themes/datacoop2020/assets/static/css/bootstrap/_alert.scss deleted file mode 100644 index da2a98a..0000000 --- a/themes/datacoop2020/assets/static/css/bootstrap/_alert.scss +++ /dev/null @@ -1,51 +0,0 @@ -// -// Base styles -// - -.alert { - position: relative; - padding: $alert-padding-y $alert-padding-x; - margin-bottom: $alert-margin-bottom; - border: $alert-border-width solid transparent; - @include border-radius($alert-border-radius); -} - -// Headings for larger alerts -.alert-heading { - // Specified to prevent conflicts of changing $headings-color - color: inherit; -} - -// Provide class for links that match alerts -.alert-link { - font-weight: $alert-link-font-weight; -} - - -// Dismissible alerts -// -// Expand the right padding and account for the close button's positioning. - -.alert-dismissible { - padding-right: $close-font-size + $alert-padding-x * 2; - - // Adjust close link position - .close { - position: absolute; - top: 0; - right: 0; - padding: $alert-padding-y $alert-padding-x; - color: inherit; - } -} - - -// Alternate styles -// -// Generate contextual modifier classes for colorizing the alert. - -@each $color, $value in $theme-colors { - .alert-#{$color} { - @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level)); - } -} diff --git a/themes/datacoop2020/assets/static/css/bootstrap/_badge.scss b/themes/datacoop2020/assets/static/css/bootstrap/_badge.scss deleted file mode 100644 index 42c5d08..0000000 --- a/themes/datacoop2020/assets/static/css/bootstrap/_badge.scss +++ /dev/null @@ -1,54 +0,0 @@ -// Base class -// -// Requires one of the contextual, color modifier classes for `color` and -// `background-color`. - -.badge { - display: inline-block; - padding: $badge-padding-y $badge-padding-x; - @include font-size($badge-font-size); - font-weight: $badge-font-weight; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - @include border-radius($badge-border-radius); - @include transition($badge-transition); - - @at-root a#{&} { - @include hover-focus() { - text-decoration: none; - } - } - - // Empty badges collapse automatically - &:empty { - display: none; - } -} - -// Quick fix for badges in buttons -.btn .badge { - position: relative; - top: -1px; -} - -// Pill badges -// -// Make them extra rounded with a modifier to replace v3's badges. - -.badge-pill { - padding-right: $badge-pill-padding-x; - padding-left: $badge-pill-padding-x; - @include border-radius($badge-pill-border-radius); -} - -// Colors -// -// Contextual variations (linked badges get darker on :hover). - -@each $color, $value in $theme-colors { - .badge-#{$color} { - @include badge-variant($value); - } -} diff --git a/themes/datacoop2020/assets/static/css/bootstrap/_breadcrumb.scss b/themes/datacoop2020/assets/static/css/bootstrap/_breadcrumb.scss deleted file mode 100644 index d748894..0000000 --- a/themes/datacoop2020/assets/static/css/bootstrap/_breadcrumb.scss +++ /dev/null @@ -1,42 +0,0 @@ -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: $breadcrumb-padding-y $breadcrumb-padding-x; - margin-bottom: $breadcrumb-margin-bottom; - @include font-size($breadcrumb-font-size); - list-style: none; - background-color: $breadcrumb-bg; - @include border-radius($breadcrumb-border-radius); -} - -.breadcrumb-item { - // The separator between breadcrumbs (by default, a forward-slash: "/") - + .breadcrumb-item { - padding-left: $breadcrumb-item-padding; - - &::before { - display: inline-block; // Suppress underlining of the separator in modern browsers - padding-right: $breadcrumb-item-padding; - color: $breadcrumb-divider-color; - content: escape-svg($breadcrumb-divider); - } - } - - // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built - // without `