FIX: Update stylesheet to use indented sass syntax

This commit is contained in:
Rishabh Nambiar 2018-09-03 00:27:44 +05:30
parent 5edb8ea7f8
commit 9e27d0b8d3
1 changed files with 36 additions and 34 deletions

View File

@ -222,43 +222,45 @@
}
.recent-queries {
tr {
cursor: pointer;
thead {
.created-by {
width: 20%;
}
.created-at {
width: 15%;
}
.heading {
position: relative;
color: $primary-high;
padding: 50px 0px 0px 0px;
.heading-toggle {
bottom: 0;
position: absolute;
display: inline-block;
}
}
}
.query-row {
a {
width: 100%;
}
.query-name {
color: $secondary-low;
}
.query-desc {
color: $primary-high;
}
.query-created-by {
color: $primary-high;
}
.query-created-at {
color: $secondary-medium;
font-weight: bold;
}
}
tr a {
color: inherit;
display: inline-block;
}
.query-row a {
width: 100%;
}
.created-by {
width: 20%;
}
.created-at {
width: 15%;
}
.query-created-by {
color: $primary-high;
}
.query-created-at {
color: $secondary-medium;
font-weight: bold;
}
.heading {
position: relative;
color: $primary-high;
padding: 50px 0px 0px 0px;
}
.query-name {
color: $secondary-low;
}
.query-desc {
color: $primary-high;
}
.heading-toggle {
bottom: 0;
position: absolute;
cursor: pointer;
display: inline-block;
}
}