prvi
This commit is contained in:
10
EveryThing/wwwroot/vendor/libs/growl/_mixins.scss
vendored
Normal file
10
EveryThing/wwwroot/vendor/libs/growl/_mixins.scss
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
@import "../../css/_appwork/functions";
|
||||
|
||||
@mixin growl-theme($background, $color: null) {
|
||||
$color: if($color, $color, yiq($background));
|
||||
|
||||
.growl-default {
|
||||
background: $background !important;
|
||||
color: $color !important;
|
||||
}
|
||||
}
|
||||
170
EveryThing/wwwroot/vendor/libs/growl/growl.css
vendored
Normal file
170
EveryThing/wwwroot/vendor/libs/growl/growl.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
EveryThing/wwwroot/vendor/libs/growl/growl.js
vendored
Normal file
1
EveryThing/wwwroot/vendor/libs/growl/growl.js
vendored
Normal file
File diff suppressed because one or more lines are too long
87
EveryThing/wwwroot/vendor/libs/growl/growl.scss
vendored
Normal file
87
EveryThing/wwwroot/vendor/libs/growl/growl.scss
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
@import "../../../../node_modules/jquery.growl/stylesheets/jquery.growl.sass";
|
||||
|
||||
.growl {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.growl .growl-title {
|
||||
padding-bottom: .125rem;
|
||||
font-weight: 600;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
[dir=rtl] .growl .growl-close {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.default-style {
|
||||
@import "../../css/_appwork/include";
|
||||
|
||||
#growls {
|
||||
z-index: $zindex-notification;
|
||||
}
|
||||
|
||||
.growl {
|
||||
border-radius: $border-radius;
|
||||
box-shadow: $modal-content-box-shadow-xs !important;
|
||||
}
|
||||
|
||||
.growl-title {
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
.growl-message {
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
.growl-error {
|
||||
background: map-get($theme-colors, danger);
|
||||
color: yiq(map-get($theme-colors, danger));
|
||||
}
|
||||
|
||||
.growl-notice {
|
||||
background: map-get($theme-colors, info);
|
||||
color: yiq(map-get($theme-colors, info));
|
||||
}
|
||||
|
||||
.growl-warning {
|
||||
background: map-get($theme-colors, warning);
|
||||
color: yiq(map-get($theme-colors, warning));
|
||||
}
|
||||
}
|
||||
|
||||
.material-style {
|
||||
@import "../../css/_appwork/include-material";
|
||||
|
||||
#growls {
|
||||
z-index: $zindex-notification;
|
||||
}
|
||||
|
||||
.growl {
|
||||
border-radius: $border-radius;
|
||||
box-shadow: $modal-content-box-shadow-xs !important;
|
||||
}
|
||||
|
||||
.growl-title {
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
.growl-message {
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
.growl-error {
|
||||
background: map-get($theme-colors, danger);
|
||||
color: yiq(map-get($theme-colors, danger));
|
||||
}
|
||||
|
||||
.growl-notice {
|
||||
background: map-get($theme-colors, info);
|
||||
color: yiq(map-get($theme-colors, info));
|
||||
}
|
||||
|
||||
.growl-warning {
|
||||
background: map-get($theme-colors, warning);
|
||||
color: yiq(map-get($theme-colors, warning));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user