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
+19
View File
@@ -188,6 +188,20 @@ a.longLinkBreak {
.servicebanner {
h1 {
margin-bottom: 0px;
display: flex;
justify-content: space-between;
.pedw_logo {
width: 120px;
padding-right: 10px;
}
@media screen and (max-width: 360px) {
flex-direction: column-reverse;
.pedw_logo {
margin-bottom: 20px;
}
}
}
}
@@ -1584,4 +1598,9 @@ ul#sharePageLinks.active {
-webkit-box-shadow: 0 2px 0 #0b0c0c;
box-shadow: 0 2px 0 #0b0c0c;
}
&.watched_link {
color: $black !important;
background-color: $white;
}
}