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