mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
Add proper CI colors
This commit is contained in:
parent
3be275aefd
commit
b6773549ee
@ -1,6 +1,45 @@
|
|||||||
|
$pr--nav-fg-prim-color: black;
|
||||||
|
$pr--button-color: $pr--nav-fg-prim-color;
|
||||||
|
|
||||||
.client--portfolioreview {
|
.client--portfolioreview {
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
|
|
||||||
|
.btn-wide,
|
||||||
|
.btn-default {
|
||||||
|
background-color: $pr--button-color;
|
||||||
|
border-color: $pr--button-color;
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:active,
|
||||||
|
&:focus,
|
||||||
|
&:active:hover,
|
||||||
|
&:active:focus,
|
||||||
|
&:active.focus,
|
||||||
|
&.active:hover,
|
||||||
|
&.active:focus,
|
||||||
|
&.active.focus {
|
||||||
|
background-color: lighten($pr--button-color, 20%);
|
||||||
|
border-color: lighten($pr--button-color, 20%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ascribe-property {
|
||||||
|
> p > span,
|
||||||
|
> textarea,
|
||||||
|
> input {
|
||||||
|
color: $pr--nav-fg-prim-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ascribe-property-wrapper:hover {
|
||||||
|
border-left-color: lighten($pr--nav-fg-prim-color, 60%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-focused {
|
||||||
|
border-left-color: $pr--nav-fg-prim-color !important;
|
||||||
|
background-color: lighten($pr--nav-fg-prim-color, 95%);
|
||||||
|
}
|
||||||
|
|
||||||
.register-piece--info {
|
.register-piece--info {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@ -31,6 +70,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.register-piece--form {
|
.register-piece--form {
|
||||||
|
margin-top: 2em;
|
||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
Loading…
Reference in New Issue
Block a user