Skip to content

Commit 8313e48

Browse files
ByPortrandrianov
authored andcommitted
fix(styles): replace 14px with 1rem
1 parent b04f36c commit 8313e48

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

src/app/components/blank-layout-card/blank-layout-card.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
font-family: Roboto, Helvetica, sans-serif;
11-
font-size: 14px;
11+
font-size: 1rem;
1212

1313
.mdl-card__blank-layout-card.mdl-card {
1414
max-width: 450px;
@@ -38,7 +38,7 @@
3838
.blank-layout-card-link,
3939
.blank-layout-card-link * {
4040
display: inline-block;
41-
font-size: 14px;
41+
font-size: 1rem;
4242
font-weight: inherit;
4343
color: $color-alto;
4444
}

src/app/pages/maps/map/map.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626

2727
div > a {
28-
font-size: 14px;
28+
font-size: 1rem;
2929
}
3030

3131
.map__target-location,

src/app/pages/ui/tables/tables.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
width: 100%;
88

99
td {
10-
font-size: 14px;
10+
font-size: 1rem;
1111
}
1212
}
1313

src/theme/components/page-top/page-top.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
.mdl-list__item {
15-
font-size: 14px;
15+
font-size: 1rem;
1616

1717
&:first-child {
1818
font-size: 16px;

src/theme/scss/_mixins.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
@mixin typo-dropdown-menu-header($usePreferred: true) {
3434
@include typo-preferred-font($usePreferred);
3535

36-
font-size: 14px;
36+
font-size: 1rem;
3737
font-weight: 100;
3838
color: $dropdown-menu-header-font-color;
3939
}
4040

4141
@mixin typo-dropdown-menu-li($usePreferred: true) {
4242
@include typo-preferred-font($usePreferred);
4343

44-
font-size: 14px;
44+
font-size: 1rem;
4545
font-weight: 100;
4646
color: $color-white;
4747
}
@@ -79,7 +79,7 @@
7979
span {
8080
color: rgba(255, 255, 255, 0.64);
8181
line-height: 1.3em;
82-
font-size: 14px;
82+
font-size: 1rem;
8383
font-weight: 300;
8484
}
8585

src/theme/scss/form.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
form {
22
&.form--basic {
33
.mdl-textfield__label {
4-
font-size: 14px;
4+
font-size: 1rem;
55
}
66
}
77
}

src/theme/scss/helper.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
&:not(.is-focused):not(.is-dirty) {
127127
.mdl-textfield__label {
128-
font-size: 14px !important;
128+
font-size: 1rem !important;
129129
}
130130
}
131131
}

0 commit comments

Comments
 (0)