diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-03-10 18:27:37 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-03-10 18:27:37 -0500 |
commit | bb98b20786c8e3d1d834d2cd30d35cc500a46ab8 (patch) | |
tree | 44cfe5b9bf04bd113c136fb9fd9569140493adb0 /css/_sidebar.sass | |
parent | 591809d44a736e70c3e35d91904be189214a9373 (diff) | |
download | lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.tar.lz lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.tar.xz lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.zip |
Optimización del código + LibreVideoJS v2.0 + Languages
Diffstat (limited to 'css/_sidebar.sass')
-rw-r--r-- | css/_sidebar.sass | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/css/_sidebar.sass b/css/_sidebar.sass index a7682fa..5e9dbb3 100644 --- a/css/_sidebar.sass +++ b/css/_sidebar.sass @@ -74,3 +74,34 @@ &:hover color: $verde_link text-decoration: none + .tagcloud + a + color: $gris_oscuro + &::before + font-family: "dashicons" + content: "\f323" + margin-right: 0.1em + vertical-align: baseline + &:hover + color: $azul_primario + ul + > li + list-style: none + text-decoration: none + &:hover + color: $azul_primario + a + color: $azul_secudario + &:hover + color: $azul_primario + &::before + font-family: "dashicons" + content: "\f508" + margin-right: 0.2em + vertical-align: bottom + &.recentcomments + &::before + content: "\f101" + &.cat-item + &::before + content: '\f318' |