mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-13 09:33:24 +03:00
changes in background
background and structural
This commit is contained in:
parent
da0896d825
commit
9188bc42ab
|
@ -9,8 +9,8 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: transparent;
|
background-color: #ffdde1;
|
||||||
border: 0;
|
border: 2px;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
transition: box-shadow 0.2s $bmd-animation-curve-fast-out-linear-in,
|
transition: box-shadow 0.2s $bmd-animation-curve-fast-out-linear-in,
|
||||||
background-color 0.2s $bmd-animation-curve-default,
|
background-color 0.2s $bmd-animation-curve-default,
|
||||||
|
@ -89,13 +89,13 @@
|
||||||
.btn-group-lg &,
|
.btn-group-lg &,
|
||||||
.btn-group-sm &,
|
.btn-group-sm &,
|
||||||
& {
|
& {
|
||||||
padding: 0; // need specificity
|
padding: 3px; // need specificity
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: $bmd-btn-fab-font-size;
|
width: $bmd-btn-fab-font-size;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user