added edit button css
This commit is contained in:
parent
a6bab03b78
commit
19362dd6a6
@ -24,8 +24,4 @@ padding-top:0;
|
|||||||
.row {
|
.row {
|
||||||
height: 10%;
|
height: 10%;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit {
|
|
||||||
color: #F7F7FF;
|
|
||||||
}
|
|
||||||
@ -38,6 +38,15 @@ body {
|
|||||||
transition: color 0.5s;
|
transition: color 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit {
|
||||||
|
color: #C4C4C4;
|
||||||
|
transition: color 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.edit:hover {
|
||||||
|
color: #25abd9;
|
||||||
|
}
|
||||||
|
|
||||||
.cross:hover {
|
.cross:hover {
|
||||||
color: #E14C2B;
|
color: #E14C2B;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user