mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
more react changes, incomplete
This commit is contained in:
40
src/less/buttons.less
Executable file
40
src/less/buttons.less
Executable file
@@ -0,0 +1,40 @@
|
||||
button {
|
||||
.border-radius(0);
|
||||
color: @primary;
|
||||
svg {
|
||||
fill: @primary;
|
||||
}
|
||||
border: none;
|
||||
text-transform: capitalize;
|
||||
font-family: @fStandard;
|
||||
font-size: 0.75em;
|
||||
vertical-align: middle;
|
||||
padding: 0.5em;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
outline: none;
|
||||
|
||||
&.danger {
|
||||
color: red;
|
||||
svg {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
cursor: not-allowed;
|
||||
color: @disabled;
|
||||
svg {
|
||||
fill: @disabled;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button-lbl {
|
||||
margin-left: 0.5em;
|
||||
|
||||
.smallTablet({
|
||||
display: none;
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user