Update item for description

This commit is contained in:
Mandar
2020-12-24 17:48:06 +01:00
parent 0f1afcf740
commit 919657e1bc
15 changed files with 65 additions and 54 deletions

View File

@@ -89,14 +89,13 @@
.ring-selection {
&.ring-selected {
i {
text-shadow: 0px 2px 2px $red;
text-shadow: 0px 1px 1px $red;
}
strong {
color: $red;
text-decoration: underline;
color: $red-light;
}
input {
border: 2px solid $red !important;
border: 2px solid $red-light !important;
}
}
}