mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
42 lines
628 B
SCSS
42 lines
628 B
SCSS
|
|
|
|
.bp3-button {
|
|
min-width: 32px;
|
|
min-height: 32px;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
.bp3-button:not([class*='bp3-intent-']) {
|
|
color: #33304a;
|
|
}
|
|
|
|
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
|
|
color: #555555;
|
|
box-shadow: 0 0 0 transparent;
|
|
|
|
&.bp3-small {
|
|
font-size: 13px;
|
|
min-height: 29px;
|
|
}
|
|
}
|
|
|
|
.bp3-button-group.bp3-minimal .bp3-button {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.bp3-button {
|
|
&.bp3-intent-primary,
|
|
&.bp3-intent-success,
|
|
&.bp3-intent-danger,
|
|
&.bp3-intent-warning {
|
|
&,
|
|
&:hover {
|
|
box-shadow: 0 0 0 transparent;
|
|
}
|
|
}
|
|
}
|
|
|
|
.button--secondary {
|
|
}
|