mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-12-03 06:53:45 +03:00
ba19ed4627
Conflicts: dist/css/material-wfont.css dist/css/material-wfont.min.css dist/css/material.css dist/css/material.min.css less/material.less template/material/css/material-wfont.css template/material/css/material-wfont.min.css template/material/css/material.css template/material/css/material.min.css
39 lines
841 B
Plaintext
39 lines
841 B
Plaintext
.modal-content {
|
|
.shadow-z-5();
|
|
margin-top: 10em; //XXX TODO Need a better way to vertically position the dialog
|
|
border-radius: 2px;
|
|
border: none;
|
|
.modal-header {
|
|
border-bottom: none;
|
|
padding: 24px;
|
|
padding-bottom: 0;
|
|
}
|
|
.modal-body {
|
|
padding: 24px;
|
|
padding-bottom: 0;
|
|
}
|
|
.modal-footer {
|
|
border-top: none;
|
|
padding: 24px;
|
|
button {
|
|
margin: 0;
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
width: auto;
|
|
&.pull-left {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
position: relative;
|
|
left: -5px;
|
|
}
|
|
}
|
|
button+button {
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.modal-backdrop {
|
|
display: none;
|
|
}
|