forked from BoostIO/BoostNote-Legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCreateFolderModal.styl
More file actions
93 lines (81 loc) · 1.67 KB
/
Copy pathCreateFolderModal.styl
File metadata and controls
93 lines (81 loc) · 1.67 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
.root
modal()
width 700px
height 200px
overflow hidden
position relative
padding 0 40px
.header
height 50px
margin-bottom 10px
margin-top 10px
font-size 18px
line-height 50px
background-color $ui-backgroundColor
color $ui-text-color
.close-mark
font-size 15px
.close
height 50px
position absolute
background-color transparent
color $ui-inactive-text-color
border none
top 7px
right 10px
text-align center
width top-bar--height
height top-bar--height
.control-folder-label
text-align left
font-size 14px
color $ui-text-color
.control-folder-input
display block
height 30px
width 620px
padding 0 5px
margin 10px auto 15px
border 1px solid #C9C9C9 // TODO: use variable.
border-radius 5px
background-color transparent
outline none
vertical-align middle
font-size 18px
&:disabled
background-color $ui-input--disabled-backgroundColor
&:focus, &:active
border-color $ui-active-color
.control-confirmButton
display block
height 30px
width 620px
border none
border-radius 5px
padding 0 25px
margin 20px auto
font-size 14px
colorPrimaryButton()
body[data-theme="dark"]
.root
modalDark()
width 700px
height 200px
overflow hidden
position relative
padding 0 40px
.header
background-color transparent
border-color $ui-dark-borderColor
color $ui-dark-text-color
.control-folder-label
color $ui-dark-text-color
.control-folder-input
border 1px solid #C9C9C9 // TODO: use variable.
color white
.closeButton
border-color $ui-dark-borderColor
color $ui-dark-text-color
colorDarkDefaultButton()
.description
color $ui-inactive-text-color