You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
641 B
39 lines
641 B
.btn * {
|
|
// disable pointer event
|
|
pointer-events: none;
|
|
}
|
|
|
|
.btn-icon {
|
|
position: relative;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 0.92969rem;
|
|
font-weight: 400;
|
|
width: 2.5rem;
|
|
height: 2.5rem;
|
|
padding: 0;
|
|
}
|
|
|
|
.btn-icon.btn-xs {
|
|
font-size: 0.75rem;
|
|
width: 1.75rem;
|
|
height: 1.75rem;
|
|
}
|
|
|
|
.btn-icon.btn-sm {
|
|
font-size: 0.875rem;
|
|
width: 2.1875rem;
|
|
height: 2.1875rem;
|
|
}
|
|
|
|
.btn-icon.btn-lg {
|
|
font-size: 1rem;
|
|
width: 3.36875rem;
|
|
height: 3.36875rem;
|
|
}
|