[Frontend] New and updated styles for values view

WTD-938
This commit is contained in:
Charles Hacskaylo
2015-04-07 20:52:49 -07:00
parent 3c3dd0ad17
commit 29b63504eb
4 changed files with 90 additions and 34 deletions

View File

@@ -0,0 +1,14 @@
/* Classes to be used for lists of properties and values */
.properties {
.s-row {
border-top: 1px solid $colorInteriorBorder;
font-size: 0.8em;
&:first-child {
border: none;
}
.s-value {
color: #fff;
}
}
}