Rename styles => css
This commit is contained in:
@@ -893,7 +893,6 @@ html, body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #364040;
|
background-color: #364040;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@@ -940,18 +939,6 @@ a:active {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-block {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-decoration {
|
.no-decoration {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
@@ -1093,6 +1080,7 @@ a:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#scroll-to-top {
|
#scroll-to-top {
|
||||||
|
display: none;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
Reference in New Issue
Block a user