forked from CSGOWTF/csgowtf
20 lines
304 B
SCSS
20 lines
304 B
SCSS
.helptext {
|
|
cursor: help;
|
|
text-decoration: underline dotted grey;
|
|
}
|
|
.helpicon {
|
|
cursor: help;
|
|
}
|
|
|
|
.uprank {
|
|
box-shadow: 0 0 20px greenyellow;
|
|
border: 1px solid greenyellow;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.downrank {
|
|
box-shadow: 0 0 20px #ff2f2f;
|
|
border: 1px solid #ff2f2f;
|
|
border-radius: 5px;
|
|
}
|