PHRAS-3148

This commit is contained in:
Harrys Ravalomanana
2020-07-01 13:32:26 +04:00
parent 9e3d9f9c7d
commit fc7b477d59
3 changed files with 40 additions and 12 deletions

View File

@@ -351,7 +351,8 @@ H3, H4 {
}
#delete_sy {
background: $blue-tsr;
background: orange;
border: 1px solid darken(orange,20%);
color: #fff;
font-weight: bold;
padding: 1px 10px;
@@ -404,7 +405,7 @@ H3, H4 {
.populate_btn {
position: absolute;
background: $blue-tsr;
background: #884c92;
z-index: 2;
right: 50px;
top: 50px;
@@ -416,7 +417,7 @@ H3, H4 {
cursor: pointer;
&:hover {
background: darken($blue-tsr, 20%);
background: darken(#884c92, 20%);
}
}
@@ -429,4 +430,9 @@ H3, H4 {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
}
#flagsMenu p {
color: #fff;
padding: 0 10px;
}