mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
Update _icons.scss
This commit is contained in:
parent
d7c5a5e1b7
commit
ae9fe2b6a6
1 changed files with 7 additions and 4 deletions
|
@ -4,10 +4,13 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $light-text;
|
color: $light-text;
|
||||||
|
&.discuss-link {
|
||||||
|
color: $blue-grey;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.action-icon {
|
.action-icon {
|
||||||
font-size: 30px;
|
font-size: 36px;
|
||||||
height: 30px;
|
height: 36px;
|
||||||
display: block;
|
display: block;
|
||||||
&:before {
|
&:before {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -31,7 +34,7 @@
|
||||||
top: 4px;
|
top: 4px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 11px;
|
height: 20px;
|
||||||
line-height: 11px;
|
line-height: 20px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue