-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
84 lines (70 loc) · 1.35 KB
/
styles.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
/* @copyright 2024 Ascensio System SIA <integration@onlyoffice.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
#ds-login-form {
padding: 16px;
border-radius: 8px;
flex: 1;
}
#ds-login-form h4 {
font-size: 16px;
font-weight: 400;
}
#docspace-login-header-icon {
text-align: center;
margin-bottom: 20px;
}
#docspace-login-header-icon .icon {
max-width: none;
max-height: none;
width: auto;
height: auto;
margin: 0;
}
#docspace-login-header p {
text-align: center;
font-weight: 700;
font-size: 18px;
}
#ds-select-buttons {
display: flex;
column-gap: 16px;
border-radius: 8px;
flex: 1;
padding: 16px;
}
#ds-selected-item {
border-radius: 8px;
flex: 1;
}
#ds-selected-item > div {
padding: 12px;
}
.ds-editor-container {
height: 95vh;
max-height: 60rem;
}
.ds-editor-container.ds-editor-rightindent {
margin-right: 43px;
}
.ds-editor-fs-button {
border: 1px solid rgb(15, 111, 197);
background: white;
color: rgb(15, 111, 197);
float: right;
}
#ds-editor-enter-fs-button {
padding: 5px;
margin-right: 10px;
}
#ds-editor-exit-fs-button {
margin: 12px;
}
.ds-editor-container.ds-editor-fullscreen {
position: absolute;
left: 0;
right: 0;
top: 0;
margin: 0 0 0 50px;
z-index: 100;
}