re-structure to monorepo.

This commit is contained in:
a.bouhuolia
2023-02-03 01:02:31 +02:00
parent 8242ec64ba
commit 7a0a13f9d5
10400 changed files with 46966 additions and 17223 deletions

View File

@@ -0,0 +1,41 @@
.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 {
}