mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-05 02:32:37 +01:00
removed shadow from popup modals
This commit is contained in:
parent
4acf0d7550
commit
fbb9caf8d8
@ -153,11 +153,9 @@
|
|||||||
/* Settings - popup modal */
|
/* Settings - popup modal */
|
||||||
.white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child {
|
.white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child {
|
||||||
background: var(--modal-bg-color)!important;
|
background: var(--modal-bg-color)!important;
|
||||||
box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
||||||
}
|
}
|
||||||
.white-popup .panel-body, .white-popup>.col-md-6>.white-box:nth-child(2) {
|
.white-popup .panel-body, .white-popup>.col-md-6>.white-box:nth-child(2) {
|
||||||
background: var(--modal-bg-color) !important;
|
background: var(--modal-bg-color) !important;
|
||||||
box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
||||||
}
|
}
|
||||||
.panel-blue a:hover, .panel-info a:hover {
|
.panel-blue a:hover, .panel-info a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -153,11 +153,9 @@
|
|||||||
/* Settings - popup modal */
|
/* Settings - popup modal */
|
||||||
.white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child {
|
.white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child {
|
||||||
background: var(--modal-bg-color)!important;
|
background: var(--modal-bg-color)!important;
|
||||||
box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
||||||
}
|
}
|
||||||
.white-popup .panel-body, .white-popup>.col-md-6>.white-box:nth-child(2) {
|
.white-popup .panel-body, .white-popup>.col-md-6>.white-box:nth-child(2) {
|
||||||
background: var(--modal-bg-color) !important;
|
background: var(--modal-bg-color) !important;
|
||||||
box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
||||||
}
|
}
|
||||||
.panel-blue a:hover, .panel-info a:hover {
|
.panel-blue a:hover, .panel-info a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
Loading…
Reference in New Issue
Block a user