Files
FBSAdminTool/src/scss/_fixes.scss

17 lines
236 B
SCSS
Raw Normal View History

2021-07-12 09:41:26 +05:30
// todo: disabled button styles
button {
&:disabled {
cursor: default;
}
&.disabled {
cursor: default;
}
}
// todo: brand button icon margin
.btn-brand:not(:only-child) {
.c-icon {
margin-top: 0 !important;
}
}