added watched cases and remove watched cases
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user