mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
spinner and some colors
***FML***
This commit is contained in:
parent
f8d2d39b2d
commit
74eb1ce3a2
@ -158,7 +158,7 @@ $ascribe-accordion-list-item-height: 100px;
|
|||||||
td {
|
td {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
a {
|
a {
|
||||||
color: #444;
|
color: #222;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@ $ascribe--fg-color: $ascribe-dark-blue;
|
|||||||
$ascribe--bg-color: $ascribe-dark-blue;
|
$ascribe--bg-color: $ascribe-dark-blue;
|
||||||
|
|
||||||
$ascribe--nav-fg-prim-color: $ascribe-dark-blue;
|
$ascribe--nav-fg-prim-color: $ascribe-dark-blue;
|
||||||
$ascribe--nav-fg-sec-color: $ascribe-light-blue;
|
$ascribe--nav-fg-sec-color: lighten($ascribe-dark-blue, 20%);
|
||||||
$ascribe--nav-bg-color: white;
|
$ascribe--nav-bg-color: white;
|
||||||
|
|
||||||
$ascribe--button-default-color: $ascribe--bg-color;
|
$ascribe--button-default-color: $ascribe--bg-color;
|
||||||
|
@ -221,6 +221,7 @@ $sluice--button-color: $sluice--nav-fg-prim-color;
|
|||||||
}
|
}
|
||||||
.spinner-inner {
|
.spinner-inner {
|
||||||
color: $sluice--button-color;
|
color: $sluice--button-color;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -150,6 +150,7 @@ $cc--button-color: $cc--nav-fg-prim-color;
|
|||||||
}
|
}
|
||||||
.spinner-inner {
|
.spinner-inner {
|
||||||
color: $cc--button-color;
|
color: $cc--button-color;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -150,6 +150,7 @@ $cyland--button-color: $cyland--nav-fg-prim-color;
|
|||||||
}
|
}
|
||||||
.spinner-inner {
|
.spinner-inner {
|
||||||
color: $cyland--button-color;
|
color: $cyland--button-color;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -241,6 +241,7 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
|||||||
border-color: $ikono--button-color;
|
border-color: $ikono--button-color;
|
||||||
}
|
}
|
||||||
.spinner-inner {
|
.spinner-inner {
|
||||||
|
display: none;
|
||||||
font-family: $ascribe--font;
|
font-family: $ascribe--font;
|
||||||
color: $ikono--button-color;
|
color: $ikono--button-color;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user