-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstyle.less
More file actions
53 lines (43 loc) · 993 Bytes
/
style.less
File metadata and controls
53 lines (43 loc) · 993 Bytes
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
.plugin-virtualgroup {
* {
box-sizing: border-box;
}
form fieldset {
width: 100%;
margin-top: 1em;
margin-bottom: 1em;
label {
font-weight: bold;
}
}
table {
width: 100%;
td.act {
> div {
display: flex;
gap: 0.5em;
justify-content: end;
}
svg {
width: 1em;
height: 1em;
}
form {
display: inline-block;
margin: 0;
padding: 0;
}
button, .button {
height: 1.5em;
padding: 0 0.5em;
margin: 0;
font-size: 1em;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.25em;
outline: none;
}
}
}
}