@@ -38,7 +38,7 @@
justify-content: flex-end;
font-size: 0.9em;
- color: #$gray-400;
+ color: $gray-400;
}
@@ -62,7 +62,7 @@
// style
- color: #$secondary;
+ color: $secondary;
background: rgba(200, 200, 200, 0.8);
@@ -94,7 +94,7 @@ body {
.main {
header {
- border-bottom: solid 1px #$secondary;
+ border-bottom: solid 1px $secondary;
h1 {
font-size: 2em;
color: #000;
@@ -125,7 +125,7 @@ body {
.meta {
margin-top: 32px;
border-top: solid 1px #$gray-300;
@@ -4,7 +4,7 @@
.main-container {
.url-line {
font-size: 1rem;
h1.title {
@@ -1,6 +1,6 @@
.search-listpage-icon {
font-size: 16px;
.search-listpage-clear {
@@ -26,7 +26,7 @@
width: 24px;
height: 24px;
padding: 0;
.rbt-menu {
@@ -48,7 +48,7 @@
.page-list-meta {
> span {
margin-right: 0.3rem;
@@ -30,7 +30,7 @@
margin: 0px 4px;
/*Text Properties*/
font: 18px/36px Helvetica, serif;
text-align: center;
text-transform: uppercase;
background: #fff;
box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);
/* SVG Properties*/
polygon {
- fill: #$secondary;
+ fill: $secondary;
&.key-longer {
@@ -16,7 +16,7 @@ $easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
.user-page-name {
margin: 0;
font-size: 2.5em;
.picture {
@@ -26,7 +26,7 @@ $easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
div.user-page-meta {
padding-left: 0;
.user-page-username {
font-weight: bold;
@@ -94,7 +94,7 @@
> td {
padding: 1em;
vertical-align: top;
- border-top: 1px solid #$gray-400;
+ border-top: 1px solid $gray-400;
@@ -120,14 +120,14 @@
// .table-bordered
- border: 1px solid #$gray-400;
+ border: 1px solid $gray-400;
> thead,
> tbody,
> tfoot {
> tr {
> th,
@@ -180,7 +180,7 @@ ul.pagination {
*/
.grw-drawer-toggler {
@extend .btn-dark;
/*
@@ -183,7 +183,7 @@ html[dark] {
// Border colors
$border-color-theme: #444;
- $bordercolor-inline-code: #$secondary; // optional
+ $bordercolor-inline-code: $secondary; // optional
// Dropdown colors
$bgcolor-dropdown-link-active: $primary;