You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sup_File/scss/angular/pro/_buttons.scss

77 lines
1.3 KiB
SCSS

// Button tags
.waves-input-wrapper {
display: inline-block;
}
// Flat button
.btn {
&.btn-flat {
color: inherit !important;
}
}
.btn-flat {
background: transparent;
color: inherit !important;
position: relative;
padding: 8px 30px;
border: none;
margin: 10px;
text-transform: uppercase;
text-decoration: none;
outline: none !important;
-webkit-box-shadow: none;
box-shadow: none;
&:focus,
&:hover {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
}
//Fixed buttons
.fixed-action-btn {
.fixed_collapse {
left: 0;
right: 0;
text-align: center;
position: absolute;
bottom: 70px;
margin: 0;
}
}
.btn {
&.btn-floating {
position: fixed;
}
}
.btn-rounded {
border-radius: 10em !important;
}
[type=checkbox].onFocusSelect,
[type=radio].onFocusSelect {
visibility: visible !important;
opacity: 0 !important;
}
// Checkbox
// [type="checkbox"] {
// &[class*="filled-in"] {
// &:checked {
// +label:after {
// }
// }
// }
// }
[type=checkbox].onFocusSelect,
[type=radio].onFocusSelect {
visibility: visible !important;
opacity: 0 !important;
}