-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathstylesheet.css
63 lines (49 loc) · 1 KB
/
stylesheet.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
.cosmic-applications-dialog .app-well-app-running-dot {
background-color: transparent;
}
.cosmic-applications-box {
spacing: 12px;
}
.cosmic-applications-separator {
background: #000000;
}
.cosmic-app-display {
}
/* Width & height of scroll view are set dynamically to handle scaling. */
.cosmic-app-scroll-view {
}
.cosmic-applications-folder-title {
font-weight: bold;
font-size: 1.5em;
}
.cosmic-applications-search-entry {
width: 504px; /* 168 * 3 */
}
.cosmic-app-icon {
height: 168px;
width: 168px;
}
.cosmic-base-folder-button {
width: 120px;
}
.cosmic-applications-available {
font-weight: bold;
}
.cosmic-applications-search-results {
spacing: 32px;
}
.cosmic-folder-edit-dialog {
min-width: 512px;
}
.cosmic-folder-edit-dialog .message-dialog-description {
text-align: left;
}
.cosmic-folder-edit-button-box {
spacing: 8px;
}
.cosmic-folder-edit-button {
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
border-radius: 12px;
border-width: 1px;
padding: 4px 6px 4px 6px;
}