-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_res.scss
41 lines (30 loc) · 1.77 KB
/
_res.scss
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
.res {
#NREFloat{top: 78px}
#RESShortcutsEditContainer{height: 18px}
#RESShortcutsSort, #RESShortcutsRight, #RESShortcutsLeft, #RESShortcutsAdd, #RESShortcutsTrash{line-height: 18px}
#userbarToggle{background-color: transparent; border-radius: 0; color: white; border: 0; position: static; line-height: inherit;}
#header-bottom-right.res-userbar-toggle > .user {margin-left: 0px;}
.gearIcon::after{content: ""; text-shadow: none;}
#RESPrefsDropdown{position:fixed}
.commentarea .RES-keyNav-activeElement .md, .RES-keyNav-activeElement, .RES-keyNav-activeElement .md-container{background-color: transparent !important}
.usertext-edit .RESDialogSmall .md.RESDialogContents{background: none !important}
.RESDialogSmall.livePreview h3{border-bottom-left-radius: 0; border-bottom-right-radius: 0}
.RESSubscriptionButton{line-height: 12px; height: 12px; vertical-align: bottom}
.entry{padding: 1px 6px 1px 1px;}
.RES-keyNav-activeElement{padding: 0 5px 0 0 !important;}
.res-commentBoxes .comment, .res-commentBoxes.res-commentBoxes-rounded .comment{border-radius: 0 !important;}
.res-commentBoxes .comment{border: 1px solid $secondary !important}
.res-commentBoxes .comment,
.res-commentBoxes .comment .comment,
.res-commentBoxes .comment .comment .comment,
.res-commentBoxes .comment .comment .comment .comment,
.res-commentBoxes .comment .comment .comment .comment .comment,
.res-commentBoxes .comment .comment .comment .comment .comment .comment,
.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment,
.res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment{background-color: transparent !important}
.gearIcon::after {
@extend %header-icon-spreadsheet;
@extend %header-icon;
background-position: -48px -0px;
}
}