forked from BoostIO/BoostNote-Legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreferencesModal.styl
More file actions
93 lines (80 loc) · 1.56 KB
/
Copy pathPreferencesModal.styl
File metadata and controls
93 lines (80 loc) · 1.56 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
82
83
84
85
86
87
88
89
90
91
92
93
@import('./Tab')
top-bar--height = 50px
.root
modal()
max-width 800px
min-height 500px
height 80%
overflow hidden
position relative
.top-bar
absolute top left right
height top-bar--height
background-color $ui-backgroundColor
border-bottom solid 1px $ui-borderColor
p
text-align center
font-size 18px
line-height top-bar--height
.top-bar-close
position absolute
background-color transparent
color $ui-inactive-text-color
border none
top 0
right 0
text-align center
width top-bar--height
height top-bar--height
.nav
absolute top left right
top top-bar--height
left 0
width 140px
margin-left 30px
margin-top 20px
background-color $ui-backgroundColor
.nav-button
font-size 14px
text-align left
width 100px
margin 4px 0
padding 7px 0
padding-left 7px
border none
border-radius 3px
background-color transparent
color $ui-text-color
font-size 14px
&:hover
color $ui-active-color
.nav-button--active
@extend .nav-button
color white
background-color $ui-active-color
&:hover
color white
.nav-button-icon
display block
.content
absolute left right bottom
top top-bar--height
left 140px
margin-top 10px
overflow-y auto
body[data-theme="dark"]
.root
modalDark()
.top-bar
background-color transparent
border-color #4A4D52
p
color $tab--dark-text-color
.nav
background-color transparent
border-color $ui-dark-borderColor
.nav-button
background-color transparent
color $tab--dark-text-color
&:hover
color $ui-dark-text-color