mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
css fix
This commit is contained in:
parent
59c9ca6d24
commit
811c63c7dd
1 changed files with 2 additions and 6 deletions
|
@ -275,8 +275,8 @@
|
|||
display:none;
|
||||
}
|
||||
i.icon-check{
|
||||
border: 1px solid rgba($blue, 0.6);
|
||||
display: block;
|
||||
border: 2px solid rgba($blue, 0.6);
|
||||
display: inline-block;
|
||||
color:rgba($blue, 0.8);
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
@ -426,12 +426,8 @@
|
|||
}
|
||||
}
|
||||
&.voted{
|
||||
background:$highlight-color;
|
||||
color:white;
|
||||
cursor: default;
|
||||
.action{
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.points{
|
||||
|
|
Loading…
Add table
Reference in a new issue