mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-09 02:58:50 +01:00
prod build works fine now
This commit is contained in:
parent
4c4dcfef32
commit
4cfd5c4f7c
3 changed files with 19 additions and 25 deletions
|
|
@ -1,11 +1,22 @@
|
|||
$card-title-height: 44px;
|
||||
$card-header-font-size: 16px;
|
||||
|
||||
.card.card-blur {
|
||||
$blurredBgUrl: $images-root + 'blur-bg-blurred.jpg';
|
||||
background: url($blurredBgUrl);
|
||||
transition: none;
|
||||
background-attachment: fixed;
|
||||
|
||||
.card-header, .card-footer {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
@include scrollbars(.4em, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.7));
|
||||
color: $content-text;
|
||||
background-color: $bootstrap-panel-bg;
|
||||
border: none;
|
||||
border: 0;
|
||||
border-radius: $bootstrap-panel-radius;
|
||||
position: relative;
|
||||
margin-bottom: 24px;
|
||||
|
|
@ -40,17 +51,6 @@ $card-header-font-size: 16px;
|
|||
}
|
||||
}
|
||||
|
||||
.card.card-blur {
|
||||
$blurredBgUrl: $images-root + 'blur-bg-blurred.jpg';
|
||||
background: url($blurredBgUrl);
|
||||
transition: none;
|
||||
background-attachment: fixed;
|
||||
|
||||
.card-header, .card-footer {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
> .card-body {
|
||||
padding: 15px 22px;
|
||||
|
|
@ -84,7 +84,6 @@ $card-header-font-size: 16px;
|
|||
color: $content-text;
|
||||
}
|
||||
|
||||
|
||||
.card-primary {
|
||||
> .card-header {
|
||||
background-color: $primary-bg;
|
||||
|
|
@ -120,13 +119,6 @@ $card-header-font-size: 16px;
|
|||
}
|
||||
}
|
||||
|
||||
//.bootstrap-card {
|
||||
// background-color: $bootstrap-card-bg;
|
||||
// .card-body{
|
||||
// color: $bootstrap-card-text;
|
||||
// }
|
||||
//}
|
||||
|
||||
.accordion-card.card {
|
||||
&.card-primary,
|
||||
&.card-success,
|
||||
|
|
|
|||
|
|
@ -3,10 +3,12 @@ $body-bg: #F0F3F4;
|
|||
@mixin body-bg() {
|
||||
@include gradient(#73c5d9, #4691d1, #455e9f);
|
||||
}
|
||||
|
||||
@mixin additional-bg() {
|
||||
display: block;
|
||||
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkYGCQZGBgeM4ABYxQGiYoCRMAiYMFMVQAAIACBDd1EYQFAAAAAElFTkSuQmCC) repeat;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkYGCQZGBgeM4ABYxQGiYoCRMAiYMFMVQAAIACBDd1EYQFAAAAAElFTkSuQmCC) repeat;
|
||||
}
|
||||
|
||||
$default-text: #ffffff;
|
||||
$content-text: $default-text;
|
||||
$help-text: $default-text;
|
||||
|
|
@ -17,20 +19,20 @@ $disabled-bg: tint($disabled, 15%);
|
|||
$border: lighten(#455e9f, 70%);
|
||||
$border-light: tint($border, 15%);
|
||||
$input-border: shade($border, 5%);
|
||||
$input-background: rgba(255,255,255,0.2);
|
||||
$input-background: rgba(255, 255, 255, 0.2);
|
||||
|
||||
$sidebar: #282828;
|
||||
$sidebar-text: #ffffff;
|
||||
$dropdown-text: #7d7d7d;
|
||||
$bootstrap-panel-radius: 7px;
|
||||
$bootstrap-panel-text: #ffffff;
|
||||
$bootstrap-panel-bg: rgba(255,255,255,0.1);
|
||||
$bootstrap-panel-bg: rgba(255, 255, 255, 0.1);
|
||||
$bootstrap-panel-header-bg: transparent;
|
||||
$bootstrap-panel-header-border: none;
|
||||
$bootstrap-panel-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
|
||||
$bootstrap-panel-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
|
||||
$mail-box: whitesmoke;
|
||||
$auth-panel-background: #ffffff;
|
||||
$progress-background: rgba(0,0,0, 0.15);
|
||||
$progress-background: rgba(0, 0, 0, 0.15);
|
||||
$progress-default: rgba($default-text, 0.95);
|
||||
|
||||
$primary: #00abff !default;
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Add table
Add a link
Reference in a new issue