-
Notifications
You must be signed in to change notification settings - Fork 3
/
theme.widget.styl
38 lines (34 loc) · 1007 Bytes
/
theme.widget.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/**
* Stylesheet
*
* @namespace Lungo.Theme
* @class Layout
*
* @author Javier Jimenez Villar <[email protected]> || @soyjavi
*/
/* ================================= TAG ================================= */
.tag:not(.icon)
color: #fff
font-weight: bold
text-shadow: none
&:not(.count)
border-radius 0.2em
&.count
border-radius 0.3em
box-shadow 0 0 1px rgba(0,0,0,0.25)
background-color: DANGER
/* ================================= PULL =============================== */
body > section > [data-control="pull"]
background-color: darken(BACKGROUND, 15%)
color: darken(BACKGROUND, 50%)
text-shadow: 0 0.1em 1em BACKGROUND
&.rotate
color: darken(BACKGROUND, 75%)
/* =============================== EMPTY =============================== */
body > section > article > .empty
& > .icon, > strong, > small
text-shadow: 0 1px 0 lighten(BACKGROUND, 95%)
& > .icon, > small
color: darken(BACKGROUND, 20%)
& > strong
color: darken(BACKGROUND, 40%)