Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f57167d1

Přidáno uživatelem Lukáš Moučka před téměř 4 roky(ů)

Re #8799 - Změna globálních stylů frontedu
  • Change Bootstrap variables

Zobrazit rozdíly:

src/assets/scss/_fonts.scss
1
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
1
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
src/assets/scss/_themes.scss
9 9
  padding-left: $grid-gutter-width;
10 10
  color: #F2F2F2;
11 11
  border-color: #1B3059;
12
  background: $secondary;
12
  background: $primary;
13

  
14
  &:enabled {
15
    @include hover-focus() {
16
      color: #F2F2F2;
17
      border-color: #2067BC;
18
      background: #2067BC;
19
    }
20
  }
13 21

  
14 22
  i {
15 23
    margin-right: 5px;
src/assets/scss/_variables.scss
295 295

  
296 296
$h1-font-size:                $font-size-base * 2.5 !default;
297 297
$h2-font-size:                $font-size-base * 2 !default;
298
$h3-font-size:                $font-size-base * 1.75 !default;
299
$h4-font-size:                $font-size-base * 1.5 !default;
298
$h3-font-size:                18px !default;
299
$h4-font-size:                16px !default;
300 300
$h5-font-size:                $font-size-base * 1.25 !default;
301 301
$h6-font-size:                $font-size-base !default;
302 302

  

Také k dispozici: Unified diff