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