1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-26 03:06:28 +02:00
onion/sass/ascribe_custom_styles.scss
2015-09-07 11:40:05 +02:00

78 lines
1.9 KiB
SCSS

$ascribe-brand-color: #02b6a3;
body {
background-color: #fdfdfd;
}
.btn-primary {
color: white;
background-color: $ascribe-brand-color;
border-color: $ascribe-brand-color;
}
.btn-primary:active:hover,
.btn-primary:active:focus {
background-color: darken($ascribe-brand-color, 20%);
border-color: darken($ascribe-brand-color, 20%);
}
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active {
background-color: lighten($ascribe-brand-color, 10%);
border-color: lighten($ascribe-brand-color, 10%);
}
/*
.ascribe-piece-list-toolbar-filter-widget {
button {
color: $ascribe-brand-color;
background-color: transparent;
border-color: transparent;
&:hover, &:active {
color: white;
background-color: $ascribe-brand-color;
border-color: $ascribe-brand-color;
}
}
}
.navbar-default {
background-color: white;
border-color: $ascribe-color-borders;
}
.navbar-default .navbar-nav > .active > {
a, a:hover, a:focus {
background-color: transparent;
color: $ascribe-brand-color;
border-bottom: 1px solid $ascribe-brand-color;
}
}
.ascribe-settings-wrapper {
background-color: white;
&:hover{
border-left-color: rgba($ascribe-brand-color, .4);
}
&:last-of-type {
border-bottom-color: rgba(0, 0, 0, .05);
}
}
.ascribe-settings-wrapper.is-focused {
background-color: rgba($ascribe-brand-color, .05);
border-left-color: rgba($ascribe-brand-color, 1);
}
.ascribe-settings-property-collapsible-toggle input[type=checkbox]:checked + .checkbox:before {
color: $ascribe-brand-color;
}
#intercom-container .intercom-launcher-button {
background-color: $ascribe-brand-color !important;
border-color: $ascribe-brand-color !important;
}
*/