|
|
@@ -105,10 +105,6 @@ pre { |
|
|
|
color: var(--text-light) |
|
|
|
} |
|
|
|
|
|
|
|
.hide { |
|
|
|
display: none !important; |
|
|
|
} |
|
|
|
|
|
|
|
.col-xs-1 { @extend .col-1; } |
|
|
|
.col-xs-2 { @extend .col-2; } |
|
|
|
.col-xs-3 { @extend .col-3; } |
|
|
@@ -150,23 +146,6 @@ footer { |
|
|
|
float: right; |
|
|
|
} |
|
|
|
|
|
|
|
// .border-${position} { |
|
|
|
// .border-{$position} { |
|
|
|
// border-{$position}: 1px solid var(--border-color); |
|
|
|
// } |
|
|
|
// } |
|
|
|
// .border-#{$position} { |
|
|
|
// .border-#{$position} { |
|
|
|
// border-#{$position}: 1px solid var(--border-color); |
|
|
|
// } |
|
|
|
// } |
|
|
|
|
|
|
|
// @include border-(top); |
|
|
|
// @include border-(bottom); |
|
|
|
// @include border-(left); |
|
|
|
// @include border-(right); |
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
max-width: 100%; |
|
|
|
height: auto; |
|
|
@@ -191,9 +170,6 @@ img { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.hidden { |
|
|
|
@extend .d-none; |
|
|
|
} |
|
|
|
|
|
|
|
.hide-control { |
|
|
|
@extend .d-none; |
|
|
@@ -224,10 +200,6 @@ p { |
|
|
|
font-size: var(--text-sm); |
|
|
|
} |
|
|
|
|
|
|
|
.fill-width { |
|
|
|
flex: 1 |
|
|
|
} |
|
|
|
|
|
|
|
h1 { |
|
|
|
font-size: $font-size-3xl; |
|
|
|
font-weight: 800; |
|
|
@@ -386,31 +358,6 @@ kbd { |
|
|
|
cursor: default; |
|
|
|
} |
|
|
|
|
|
|
|
.btn-link { |
|
|
|
box-shadow: none !important; |
|
|
|
outline: none; |
|
|
|
.icon, &:hover { |
|
|
|
text-decoration: none !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.margin { |
|
|
|
margin: var(--margin-sm); |
|
|
|
} |
|
|
|
.margin-top { |
|
|
|
margin-top: var(--margin-sm); |
|
|
|
} |
|
|
|
.margin-bottom { |
|
|
|
margin-bottom: var(--margin-sm); |
|
|
|
} |
|
|
|
.margin-left { |
|
|
|
margin-left: var(--margin-sm); |
|
|
|
} |
|
|
|
.margin-right { |
|
|
|
margin-right: var(--margin-sm); |
|
|
|
} |
|
|
|
|
|
|
|
.standard-sidebar { |
|
|
|
font-size: var(--text-base); |
|
|
|
|
|
|
|