mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-01-30 19:24:10 +03:00
fixed #131
This commit is contained in:
parent
00014d51d3
commit
f78ff5e33e
4
dist/css/material-wfont.css
vendored
4
dist/css/material-wfont.css
vendored
|
@ -5097,7 +5097,6 @@ fieldset[disabled] .navbar .btn-link:focus {
|
|||
}
|
||||
.modal-content .modal-body {
|
||||
padding: 24px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.modal-content .modal-footer {
|
||||
border-top: none;
|
||||
|
@ -5118,6 +5117,9 @@ fieldset[disabled] .navbar .btn-link:focus {
|
|||
.modal-content .modal-footer button + button {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.modal-content .modal-body + .modal-footer {
|
||||
padding-top: 0;
|
||||
}
|
||||
.modal-backdrop {
|
||||
display: none;
|
||||
}
|
||||
|
|
2
dist/css/material-wfont.min.css
vendored
2
dist/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
4
dist/css/material.css
vendored
4
dist/css/material.css
vendored
|
@ -5090,7 +5090,6 @@ fieldset[disabled] .navbar .btn-link:focus {
|
|||
}
|
||||
.modal-content .modal-body {
|
||||
padding: 24px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.modal-content .modal-footer {
|
||||
border-top: none;
|
||||
|
@ -5111,6 +5110,9 @@ fieldset[disabled] .navbar .btn-link:focus {
|
|||
.modal-content .modal-footer button + button {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.modal-content .modal-body + .modal-footer {
|
||||
padding-top: 0;
|
||||
}
|
||||
.modal-backdrop {
|
||||
display: none;
|
||||
}
|
||||
|
|
2
dist/css/material.min.css
vendored
2
dist/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -10,7 +10,6 @@
|
|||
}
|
||||
.modal-body {
|
||||
padding: 24px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.modal-footer {
|
||||
border-top: none;
|
||||
|
@ -31,6 +30,9 @@
|
|||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
.modal-body + .modal-footer {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
|
|
|
@ -5097,7 +5097,6 @@ fieldset[disabled] .navbar .btn-link:focus {
|
|||
}
|
||||
.modal-content .modal-body {
|
||||
padding: 24px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.modal-content .modal-footer {
|
||||
border-top: none;
|
||||
|
@ -5118,6 +5117,9 @@ fieldset[disabled] .navbar .btn-link:focus {
|
|||
.modal-content .modal-footer button + button {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.modal-content .modal-body + .modal-footer {
|
||||
padding-top: 0;
|
||||
}
|
||||
.modal-backdrop {
|
||||
display: none;
|
||||
}
|
||||
|
|
2
template/material/css/material-wfont.min.css
vendored
2
template/material/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -5090,7 +5090,6 @@ fieldset[disabled] .navbar .btn-link:focus {
|
|||
}
|
||||
.modal-content .modal-body {
|
||||
padding: 24px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.modal-content .modal-footer {
|
||||
border-top: none;
|
||||
|
@ -5111,6 +5110,9 @@ fieldset[disabled] .navbar .btn-link:focus {
|
|||
.modal-content .modal-footer button + button {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.modal-content .modal-body + .modal-footer {
|
||||
padding-top: 0;
|
||||
}
|
||||
.modal-backdrop {
|
||||
display: none;
|
||||
}
|
||||
|
|
2
template/material/css/material.min.css
vendored
2
template/material/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user