SaaS frontend update

This commit is contained in:
carodej
2020-05-29 17:37:23 +02:00
parent 252b6fd0bf
commit 61a8849e2d
21 changed files with 1975 additions and 112 deletions
@@ -198,7 +198,7 @@
padding: 12px;
span {
color: #AFAFAF;
color: $theme;
font-weight: 700;
@include font-size(12);
white-space: nowrap;
@@ -238,6 +238,7 @@
.table-body {
tr {
border-radius: 8px;
border-bottom: 1px solid #f5f5f5;
&:hover {
background: $light_background;