fix: preferences pages style tweaks.

This commit is contained in:
a.bouhuolia
2021-08-07 08:15:43 +02:00
parent 3746997278
commit ce0a038628
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
margin-top: 30px;
.bp3-button {
min-width: 60px;
min-width: 65px;
+ .bp3-button {
margin-left: 10px;

View File

@@ -12,7 +12,7 @@
margin-top: 30px;
.bp3-button {
min-width: 60px;
min-width: 70px;
+ .bp3-button{
margin-left: 10px;

View File

@@ -41,11 +41,11 @@
align-items: center;
height: 60px;
padding: 0 22px;
border-bottom: 1px solid #c9d9de;
border-bottom: 1px solid #bbcbd0;
h2 {
font-size: 22px;
color: #48485b;
color: #3b3b4c;
font-weight: 400;
margin: 0;
}
@@ -63,7 +63,7 @@
&:hover,
&.#{$ns}-active {
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(255, 255, 255, 0.6);
color: #333;
}
}