This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.scss
118 lines (107 loc) · 1.76 KB
/
style.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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.my-palette-buttons {
button {
margin-left: 10px;
}
}
.my-palette-discordTheme-name {
display: flex;
align-items: center;
.icon{
display: flex;
svg {
margin-right: 8px;
}
}
}
.powercord-quickcss-editor.children{
padding: 20px 8px 20px 20px;
overflow: auto;
&:after{
content: none;
}
.reference {
padding-bottom: 20px;
display: flex;
align-items: center;
.button {
width: 20px;
margin: 0 10px;
}
}
}
.my-palette-input {
display: flex;
margin-bottom: 5%;
:first-child {
flex-basis: 100%;
}
h5 {
margin-bottom: 3px;
}
.input-wrap {
display: flex;
padding: 2px;
margin-bottom: 4px;
input {
flex-basis: 100%;
border: none;
background-color: transparent;
color: inherit;
font-size: inherit;
}
svg {
height: 23px;
width: 23px;
margin-right: 5px;
}
}
.color-preview {
width: 50px;
background-color: var(--color);
margin: 4px 0 15px 10px;
border-radius: 5px;
cursor: pointer;
&:hover {
box-shadow: 0 0 10px 5px var(--focus-primary);
}
}
}
.my-palette-modal{
.color-picker-wrap {
[class^=container-] {
flex-wrap: nowrap;
}
[role="radiogroup"] {
display: flex;
[class^=item-] {
margin: 0 14px;
flex: 2;
}
}
}
}
.my-palette-profiles-head {
display: flex;
justify-content: space-between;
align-items: center;
width: 99%;
}
.my-palette-profile-item {
display: flex;
justify-content: space-between;
align-items: center;
.title {
display: flex;
p {
margin: 0;
padding-left: 8px;
font-size: 80%;
}
}
.buttons {
display: flex;
> div {
padding-left: 10px;
}
}
}