blob: 0f98556d0c5b2163ac0043f968f9149b15bde28d (
plain)
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
|
.button-toggle-theme:focus, .button-toggle-theme:active
box-shadow: none
outline: 0px
.add-url-box
max-width: 720px
margin: 4rem auto
.add-url-component
margin: 0.5rem auto
.add-url-group
width: 100%
button.add-url
width: 100%
.folder-dropdown-menu
width: 500px
.folder-dropdown-menu .input-group
display: flex
padding-left: 5px
padding-right: 5px
$metube-section-color-bg: rgba(0,0,0,.07)
.metube-section-header
font-size: 1.8rem
font-weight: 300
position: relative
background: $metube-section-color-bg
padding: 0.5rem 0
margin-top: 3.5rem
.metube-section-header:before
content: ""
position: absolute
top: 0
bottom: 0
left: -9999px
right: 0
border-left: 9999px solid $metube-section-color-bg
box-shadow: 9999px 0 0 $metube-section-color-bg
button:hover
text-decoration: none
th
border-top: 0
border-bottom-width: 3px !important
vertical-align: middle !important
td
vertical-align: middle
.disabled
opacity: 0.5
pointer-events: none
|