-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path_ui.scss
More file actions
59 lines (55 loc) · 1.36 KB
/
_ui.scss
File metadata and controls
59 lines (55 loc) · 1.36 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
@use "../variables" as *;
// UI Components - using @forward to re-export all UI modules.
@forward "ui/ui-components";
@forward "ui/grid";
@forward "ui/page";
@forward "ui/tabs";
@forward "ui/panel";
@forward "ui/panels/legacy";
@forward "ui/panels/panel-short";
@forward "ui/panels/infobox";
@forward "ui/panels/submit-switch-cloud";
@forward "ui/panels/optimize";
@forward "ui/loading";
@forward "ui/sidebar";
@forward "ui/charts";
@forward "ui/asset-table";
@forward "ui/links";
@forward "ui/tooltips";
@forward "ui/notice";
@forward "ui/media";
@forward "ui/group";
@forward "ui/input";
@forward "ui/controls/text";
@forward "ui/controls/select";
@forward "ui/controls/on-off";
@forward "ui/controls/icon-toggle";
@forward "ui/controls/excluded_types";
@forward "ui/controls/input-tags";
@forward "ui/gallery";
@forward "ui/tables";
@forward "ui/modal";
@forward "ui/plan";
@forward "ui/wizard";
@forward "ui/wizard/tabs";
@forward "ui/wizard/intro";
@forward "ui/wizard/connect";
@forward "ui/wizard/optimize";
@forward "ui/wizard/complete";
@forward "ui/import";
@forward "ui/sizes-preview";
@forward "ui/cron";
// Extras.
.tippy-box[data-theme~="cloudinary"] {
background-color: rgba(0, 0, 0, 0.8);
color: $color-white;
font-size: 0.8em;
}
#poststuff .cld-info-box h2 {
padding: 0;
margin: 0 0 6px;
font-weight: 700;
}
.cloudinary-overwrite-transformations {
padding: 6px 0;
}