Revize c40675c9
Přidáno uživatelem Lukáš Moučka před téměř 4 roky(ů)
Re #8972 - Ladění frontendu
- Refactor SCSS
src/assets/scss/_graph.scss | ||
---|---|---|
132 | 132 |
} |
133 | 133 |
|
134 | 134 |
div { |
135 |
@include size(15px,2px); |
|
135 |
width: 15px; |
|
136 |
height: 2px; |
|
136 | 137 |
margin: 0 10px; |
137 | 138 |
background: #0B1226; |
138 | 139 |
} |
src/assets/scss/_login.scss | ||
---|---|---|
17 | 17 |
} |
18 | 18 |
|
19 | 19 |
.card { |
20 |
@include size(400px,380px); |
|
20 |
width: 400px; |
|
21 |
height: 380px; |
|
21 | 22 |
margin-top: auto; |
22 | 23 |
margin-bottom: auto; |
23 | 24 |
border-radius: 10px; |
... | ... | |
25 | 26 |
border: 2px solid $primary; |
26 | 27 |
|
27 | 28 |
@include media-breakpoint-down(xs) { |
28 |
@include size(auto,350px); |
|
29 |
width: auto; |
|
30 |
height: 350px; |
|
29 | 31 |
} |
30 | 32 |
|
31 | 33 |
.form-control { |
Také k dispozici: Unified diff