mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-29 04:54:12 +03:00
dist for #810
This commit is contained in:
parent
5281466398
commit
833ebc3977
6
dist/css/bootstrap-material-design.css
vendored
6
dist/css/bootstrap-material-design.css
vendored
|
@ -2841,13 +2841,15 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
height: 10%;
|
height: 10%;
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
}
|
}
|
||||||
.card .card-footer button {
|
.card .card-footer button,
|
||||||
|
.card .card-footer a {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.card .card-footer button:first-child {
|
.card .card-footer button:first-child,
|
||||||
|
.card .card-footer a:first-child {
|
||||||
left: -15px;
|
left: -15px;
|
||||||
}
|
}
|
||||||
.modal-content {
|
.modal-content {
|
||||||
|
|
2
dist/css/bootstrap-material-design.css.map
vendored
2
dist/css/bootstrap-material-design.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-material-design.min.css
vendored
2
dist/css/bootstrap-material-design.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -55,7 +55,7 @@
|
||||||
.card-footer {
|
.card-footer {
|
||||||
height: 10%;
|
height: 10%;
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
button {
|
button, a {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user