[Glitch] Display verified links in glitch flavor

Port front-end changes from f4d549d300 to glitch-soc
This commit is contained in:
Thibaut Girka
2018-09-21 07:37:37 +02:00
committed by ThibG
parent 5833cc41c2
commit 9e8d776a77
2 changed files with 19 additions and 16 deletions

View File

@@ -4,17 +4,11 @@
overflow: hidden;
margin: 20px -10px -20px;
border-bottom: 0;
a {
text-decoration: none;
&:hover{
text-decoration: underline;
}
}
border-top: 0;
dl {
border-top: 1px solid lighten($ui-base-color, 8%);
border-top: 1px solid lighten($ui-base-color, 4%);
border-bottom: 0;
display: flex;
}
@@ -35,10 +29,6 @@
width: 120px;
flex: 0 0 auto;
font-weight: 500;
a {
color: $primary-text-color;
}
}
dd {
@@ -46,8 +36,9 @@
color: $primary-text-color;
background: $ui-base-color;
a {
color: $highlight-text-color;
&.verified {
border: 1px solid rgba($valid-value-color, 0.5);
background: rgba($valid-value-color, 0.25);
}
}
}