mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 01:30:32 +00:00
Cleaner separation between variation rows.
This commit is contained in:
@@ -75,8 +75,6 @@
|
||||
<size-picker :sizeVariable.sync="variation.size" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -237,6 +235,12 @@ button {
|
||||
|
||||
.variation {
|
||||
display: flex;
|
||||
padding: 1rem 0;
|
||||
width: max-content;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-bottom: 2px solid black;
|
||||
}
|
||||
}
|
||||
|
||||
.variation-controls {
|
||||
|
||||
Reference in New Issue
Block a user