style fixes
This commit is contained in:
@ -262,7 +262,7 @@ textarea.form-control {
|
||||
border-color: var(--gcg-color-primary);
|
||||
}
|
||||
|
||||
.content * {
|
||||
.content *:not(details, details > *) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@ -366,7 +366,7 @@ summary {
|
||||
color: var(--gcg-color-secondary);
|
||||
}
|
||||
|
||||
summary.hover {
|
||||
summary:hover {
|
||||
color: var(--gcg-color-primary);
|
||||
}
|
||||
|
||||
@ -399,11 +399,6 @@ details[open] summary {
|
||||
font-size: 96px;
|
||||
}
|
||||
|
||||
#wc-canvas {
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
.filter-controls li {
|
||||
cursor: pointer;
|
||||
transition: 0.1s ease;
|
||||
|
Reference in New Issue
Block a user