mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix: preferences pages style tweaks.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|
||||||
.bp3-button {
|
.bp3-button {
|
||||||
min-width: 60px;
|
min-width: 65px;
|
||||||
|
|
||||||
+ .bp3-button {
|
+ .bp3-button {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|
||||||
.bp3-button {
|
.bp3-button {
|
||||||
min-width: 60px;
|
min-width: 70px;
|
||||||
|
|
||||||
+ .bp3-button{
|
+ .bp3-button{
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|||||||
@@ -41,11 +41,11 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
padding: 0 22px;
|
padding: 0 22px;
|
||||||
border-bottom: 1px solid #c9d9de;
|
border-bottom: 1px solid #bbcbd0;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: #48485b;
|
color: #3b3b4c;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&.#{$ns}-active {
|
&.#{$ns}-active {
|
||||||
background-color: rgba(255, 255, 255, 0.5);
|
background-color: rgba(255, 255, 255, 0.6);
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user