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,67 @@
@import '../Base.scss';
.bp3-drawer {
.bp3-drawer-header {
margin-bottom: 2px;
background-color: #FFF;
.bp3-heading {
font-weight: 500;
}
.bp3-heading,
.bp3-icon {
color: #354152;
}
}
}
.drawer{
&__insider{
display: flex;
flex-direction: column;
flex: 1 0 0;
background-color: #fbfbfb;
}
&__main-tabs{
.bp3-tabs {
.bp3-tab-list {
position: relative;
background-color: #fff;
&:before {
content: '';
position: absolute;
bottom: 0;
width: 100%;
height: 2px;
background: #e1e2e8;
}
> *:not(:last-child) {
margin-right: 25px;
}
&.bp3-large > .bp3-tab {
font-size: 15px;
color: #555;
margin: 0 0.8rem;
&[aria-selected='true'],
&:not([aria-disabled='true']):hover {
color: $pt-link-color;
}
}
}
.bp3-tab-panel {
margin-top: 0;
.card {
margin: 15px;
}
}
}
}
}