forked from noxious/client
Optimized and cleaned up more scss
This commit is contained in:
@ -18,22 +18,12 @@ body {
|
||||
user-select: none; /* Standard syntax */
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: GentiumPlus, serif;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
p,
|
||||
span,
|
||||
li,
|
||||
a,
|
||||
button,
|
||||
label {
|
||||
p, span, li, a, button, label {
|
||||
font-family: Arial, sans-serif;
|
||||
color: $white;
|
||||
}
|
||||
@ -45,20 +35,21 @@ button, input {
|
||||
|
||||
button {
|
||||
text-align: center;
|
||||
|
||||
&.btn-purple {
|
||||
background-color: rgba($purple, 0.75);
|
||||
border: rgba($white, 0.35) 1px solid;
|
||||
border: 1px solid rgba($white, 0.35);
|
||||
|
||||
&:hover {
|
||||
background-color: rgba($lilac, 0.75);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button:hover {
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user