forked from auth0/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.styl
More file actions
81 lines (67 loc) · 1.6 KB
/
Copy pathindex.styl
File metadata and controls
81 lines (67 loc) · 1.6 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/*========== Subheader ==========*/
.sub-header
border-radius: 3px;
margin-bottom: 40px;
background-color: $color-blue;
background: linear-gradient(120deg, darken($color-red, 40%) 0%, $color-blue 100%); /* W3C */
font-weight: $font-weight-bold
font-size: 12px;
color: white;
a
color: white;
span.sub-header-text, .external-links a
padding: 14px 20px;
display: inline-block
.btn
line-height: 32px
font-size: 12px;
background: none;
border: 0;
border-radius: 0;
border-right: 1px solid #ccc;
text-transform: none
background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.8) 100%); /* W3C */
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
letter-spacing: .5px;
position: relative;
text-align: left;
padding-left: 20px;
padding-right: 40px;
letter-spacing: 0.5px;
display: inline-block
span
position: absolute;
right: 20px;
top: 20px;
&:hover
background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.8) 100%); /* W3C */
color: white;
&.dropdown-toggle
color: white;
&:focus
outline: none;
.dropdown
display: inline-block
.dropdown-menu
li
margin: 0;
.divider
margin: 10px 0;
font-size: 14px;
ul.external-links
display: inline-block
float: right;
li
float: left
display: inline-block
color: white;
font-size: 12px;
padding: 0;
margin: 0;
a
opacity: .6;
&:hover
opacity: 1;
&.sub-header-dropdown
background: #5D676F;