Final fixes too uianimation
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
color: #3bc4f1;
|
||||
}
|
||||
|
||||
.deletion-button {
|
||||
.modification-button {
|
||||
padding: 0;
|
||||
outline: none;
|
||||
background: none;
|
||||
@@ -118,21 +118,31 @@
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.deletion-button.btn-tile:hover {
|
||||
color: #ca1111;
|
||||
}
|
||||
|
||||
.deletion-button.btn-hashmap {
|
||||
.modification-button.btn-add {
|
||||
font-size: 16px;
|
||||
color: #00000030;
|
||||
margin: auto 0 auto 0;
|
||||
}
|
||||
|
||||
.deletion-button.btn-hashmap:hover {
|
||||
.modification-button.btn-add:hover {
|
||||
color:#58ac43;
|
||||
}
|
||||
|
||||
.modification-button.btn-tile:hover {
|
||||
color: #ca1111;
|
||||
}
|
||||
|
||||
.deletion-button.btn-tile {
|
||||
.modification-button.btn-hashmap {
|
||||
font-size: 16px;
|
||||
color: #00000030;
|
||||
margin: auto 0 auto 0;
|
||||
}
|
||||
|
||||
.modification-button.btn-hashmap:hover {
|
||||
color: #ca1111;
|
||||
}
|
||||
|
||||
.modification-button.btn-tile {
|
||||
width: 10%;
|
||||
margin: 20% 0 0 0;
|
||||
font-size: 14px;
|
||||
@@ -409,5 +419,5 @@
|
||||
}
|
||||
|
||||
.hiddable.active {
|
||||
display: block;
|
||||
display: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user