mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 11:09:59 +01:00
Add overrides for growls and sweet-alert
This commit is contained in:
parent
185b5a65c8
commit
8c3ff8f31d
2 changed files with 7 additions and 0 deletions
4
app/assets/stylesheets/overrides/_growls.scss
Normal file
4
app/assets/stylesheets/overrides/_growls.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
#growls.default{
|
||||
top:64px;
|
||||
right:10px
|
||||
}
|
3
app/assets/stylesheets/overrides/_sweet-alert.scss
Normal file
3
app/assets/stylesheets/overrides/_sweet-alert.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
.sweet-overlay {
|
||||
z-index: 1031;
|
||||
}
|
Loading…
Reference in a new issue