mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-27 08:29:53 +03:00
Correcting the mini buttons alignment of icons in!
====== Corrigindo os botões mini alinhamento dos icones dentro!
This commit is contained in:
parent
1125333006
commit
5e13352831
3
dist/css/material-fullpalette.css
vendored
3
dist/css/material-fullpalette.css
vendored
|
@ -19487,8 +19487,9 @@ body .jumbotron-material-blue-grey-A700,
|
||||||
.btn.btn-fab.btn-fab-mini {
|
.btn.btn-fab.btn-fab-mini {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 13px;
|
padding: 13px 9px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.btn.btn-fab i {
|
.btn.btn-fab i {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
2
dist/css/material-fullpalette.css.map
vendored
2
dist/css/material-fullpalette.css.map
vendored
File diff suppressed because one or more lines are too long
3
dist/css/material.css
vendored
3
dist/css/material.css
vendored
|
@ -3599,8 +3599,9 @@ body .jumbotron-material-blue-grey,
|
||||||
.btn.btn-fab.btn-fab-mini {
|
.btn.btn-fab.btn-fab-mini {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 13px;
|
padding: 13px 9px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.btn.btn-fab i {
|
.btn.btn-fab i {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
2
dist/css/material.css.map
vendored
2
dist/css/material.css.map
vendored
File diff suppressed because one or more lines are too long
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
2
dist/css/material.min.css.map
vendored
2
dist/css/material.min.css.map
vendored
File diff suppressed because one or more lines are too long
|
@ -86,8 +86,9 @@
|
||||||
&.btn-fab-mini {
|
&.btn-fab-mini {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 13px;
|
padding: 13px 9px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
i {
|
i {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -34,6 +34,9 @@
|
||||||
@extend .shadow-z-3;
|
@extend .shadow-z-3;
|
||||||
}
|
}
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
// This is needed to style buttons which has not a variation suffix (they must stiled as btn-default)
|
// This is needed to style buttons which has not a variation suffix (they must stiled as btn-default)
|
||||||
.btn-link, .btn:not([class^="btn btn-"]), .btn-default {
|
.btn-link, .btn:not([class^="btn btn-"]), .btn-default {
|
||||||
|
@ -101,8 +104,9 @@
|
||||||
&.btn-mini {
|
&.btn-mini {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 13px;
|
padding: 13px 9px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user