-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
96 lines (85 loc) · 1.54 KB
/
main.css
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
94
95
96
* {
margin: 0;
padding: 0;
/* border: 0; */
}
section#content {
text-align: center;
/* position: relative;
height: 2em;
top: calc(50vh - 1em); */
display: flex;
height: 100vh;
width: 100vw;
}
section#content > * {
margin: auto auto;
}
button.file-open {
width: 100%;
height: 100%;
font-size: x-large;
}
button.file-open:hover {
filter: invert(1) contrast(0.5);
}
/* body > smart-button.primary {
position:fixed;
top:0;
right:0;
}
body > smart-button.primary > button {
line-height: 2;
} */
smart-tabs {
/* height: 50vh; */
--smart-tabs-default-height: 80vh;
}
smart-tabs#horizontalTabs1 {
width: 100%;
}
/* smart-tabs#horizontalTabs1 div.smart-tab-strip {
width: calc(100% - 3em);
} */
smart-tab-item > div.smart-container:empty::after{
content: "Click here to edit text";
color: lightgray;
}
.optionLabel:empty::before{
color:lightgrey;
content:"Click to enter text...";
}
.draggable:focus-within{
outline: 1px dotted #212121;
outline: 5px auto -webkit-focus-ring-color;
}
.resizeToContent{
display:inline-block;
}
div.ql-container {
height:50vh;
}
smart-menu#fileMenu {
width: 100%;
border:0;
}
@media only screen and (max-device-width: 340px) {
section#content {
flex-flow: column;
}
}
#menu{
position:absolute;
display: block;
z-index: 50000;
visibility: hidden;
}
#menu{
--smart-menu-default-width: 150px;
text-align:center;
}
qnaSlide{
width:100%;
height:100%;
display:block;
}