mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
SVG sprites, modals, general improvements
This commit is contained in:
25
app/less/buttons.less
Normal file
25
app/less/buttons.less
Normal file
@@ -0,0 +1,25 @@
|
||||
button {
|
||||
.border-radius(0);
|
||||
color: @primary;
|
||||
fill: @primary;
|
||||
border: 1px solid @primary;
|
||||
font-family: @fStandard;
|
||||
border: 1px solid;
|
||||
padding: 0.5em;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
outline: none;
|
||||
|
||||
&.danger {
|
||||
color: red;
|
||||
fill: red;
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
cursor: not-allowed;
|
||||
color: @disabled;
|
||||
fill: @disabled;
|
||||
border: 1px solid @disabled;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user