Revize 9d2007f1
Přidáno uživatelem Lukáš Moučka před téměř 4 roky(ů)
src/assets/scss/_variables.scss | ||
---|---|---|
176 | 176 |
$link-color: theme-color("primary") !default; |
177 | 177 |
$link-decoration: none !default; |
178 | 178 |
$link-hover-color: darken($link-color, 15%) !default; |
179 |
$link-hover-decoration: underline !default;
|
|
179 |
$link-hover-decoration: none !default;
|
|
180 | 180 |
// Darken percentage for links with `.text-*` class (e.g. `.text-success`) |
181 | 181 |
$emphasized-link-hover-darken-percentage: 15% !default; |
182 | 182 |
|
... | ... | |
197 | 197 |
sm: 576px, |
198 | 198 |
md: 768px, |
199 | 199 |
lg: 992px, |
200 |
xl: 1200px
|
|
200 |
xl: 1348px
|
|
201 | 201 |
) !default; |
202 | 202 |
|
203 | 203 |
@include _assert-ascending($grid-breakpoints, "$grid-breakpoints"); |
... | ... | |
212 | 212 |
sm: 540px, |
213 | 213 |
md: 720px, |
214 | 214 |
lg: 960px, |
215 |
xl: 1140px
|
|
215 |
xl: 1320px
|
|
216 | 216 |
) !default; |
217 | 217 |
|
218 | 218 |
@include _assert-ascending($container-max-widths, "$container-max-widths"); |
... | ... | |
223 | 223 |
// Set the number of columns and specify the width of the gutters. |
224 | 224 |
|
225 | 225 |
$grid-columns: 12 !default; |
226 |
$grid-gutter-width: 30px !default;
|
|
226 |
$grid-gutter-width: 20px !default;
|
|
227 | 227 |
$grid-row-columns: 6 !default; |
228 | 228 |
|
229 | 229 |
|
... | ... | |
274 | 274 |
// Font, line-height, and color for body text, headings, and more. |
275 | 275 |
|
276 | 276 |
// stylelint-disable value-keyword-case |
277 |
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
|
|
277 |
$font-family-sans-serif: 'Roboto', sans-serif !default;
|
|
278 | 278 |
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; |
279 | 279 |
$font-family-base: $font-family-sans-serif !default; |
280 | 280 |
// stylelint-enable value-keyword-case |
Také k dispozici: Unified diff
Re #8694 - Kódování dashboardu
+ add styles for login and dashboad