1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-05 10:42:28 +01:00

removed shadow from popup modals

This commit is contained in:
gilbN 2019-06-14 23:42:33 +02:00
parent 4acf0d7550
commit fbb9caf8d8
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;