Commit fe00b86c4dfed09e95d4b9dc1f24cd6deedbfc6b
1 parent
7ccbaebad5
Exists in
master
Codigo identado.
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
src/styles.scss
1 | 1 | @import "./assets/scss/animation.scss"; |
2 | +@import "./assets/scss/bootstrap-override.scss"; | |
2 | 3 | |
3 | -html, body { | |
4 | +html, | |
5 | +body { | |
4 | 6 | background-color: rgb(245, 245, 245); |
5 | 7 | overflow: hidden; |
6 | 8 | } |
... | ... | @@ -57,11 +59,11 @@ html, body { |
57 | 59 | outline: 1px solid slategrey; |
58 | 60 | border-radius: 10px; |
59 | 61 | height: 12px; |
60 | - &:active{ | |
62 | + &:active { | |
61 | 63 | -webkit-box-shadow: inset 0 0 8px rgba(255, 0, 0, 0.9); |
62 | 64 | } |
63 | 65 | } |
64 | 66 | &::-webkit-scrollbar-corner { |
65 | 67 | border-radius: 10px; |
66 | 68 | } |
67 | -} | |
68 | 69 | \ No newline at end of file |
70 | +} |