fix issues.

This commit is contained in:
Ahmed Bouhuolia
2020-05-05 04:21:37 +02:00
parent 3b25056cbe
commit bd7eb0eb76
41 changed files with 364 additions and 216 deletions

View File

@@ -1,7 +1,6 @@
.dashboard-content--preferences {
margin-left: 430px;
height: 700px;
width: 800px;
position: relative;
}
@@ -13,14 +12,34 @@
&__inside-content {
.#{$ns}-tab-list {
border-bottom: 1px solid #fd0000;
border-bottom: 1px solid #E5E5E5;
padding-left: 15px;
padding-right: 15px;
align-items: baseline;
.#{$ns}-tab {
font-weight: 300;
font-weight: 400;
line-height: 44px;
font-size: 15px;
}
}
}
&__tabs-extra-actions{
margin-left: auto;
}
&__topbar-actions{
margin-left: auto;
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid #e5e5e5;
.bp3-button + .bp3-button{
margin-left: 10px;
}
}
&-menu {
width: 374px;
}
@@ -59,7 +78,8 @@
h2 {
font-size: 22px;
font-weight: 200;
font-weight: 300;
color: #555;
margin: 0;
}
}
@@ -90,7 +110,3 @@
}
}
}
.preferences__tabs-extra-actions {
position: absolute;
right: 0;
}