added watched cases and remove watched cases

This commit is contained in:
2021-11-04 12:36:06 +00:00
parent fa4c765799
commit 3566da1989
23 changed files with 608 additions and 162 deletions
+6 -5
View File
@@ -261,7 +261,7 @@ div.cardModuleItem:last-of-type {
padding-bottom: 0px;
border-radius: 5px;
width: auto;
color: white;
color: white !important;
font-weight: bold;
background-color: $red;
font-size: 15px;
@@ -273,7 +273,8 @@ div.cardModuleItem:last-of-type {
&:hover {
background-color: $lightred;
color: $white;
color: $white !important;
text-decoration: none;
}
&:focus {
@@ -286,9 +287,9 @@ div.cardModuleItem:last-of-type {
&:focus:not(:active):not(:hover) {
border-color: #ffdd00;
color: #0b0c0c;
background-color: #ffdd00;
-webkit-box-shadow: 0 2px 0 #0b0c0c;
box-shadow: 0 2px 0 #0b0c0c;
// background-color: #ffdd00;
// -webkit-box-shadow: 0 2px 0 #0b0c0c;
// box-shadow: 0 2px 0 #0b0c0c;
}
}
}