Add bottom border to combat values
This commit is contained in:
parent
04174398bb
commit
fcfba63488
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
@use "../utils/variables";
|
@use "../utils/variables";
|
||||||
|
|
||||||
.ds4-combat-values {
|
.ds4-combat-values {
|
||||||
|
border-bottom: variables.$border-groove;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: variables.$margin-sm;
|
margin: variables.$margin-sm 0;
|
||||||
|
padding-bottom: variables.$margin-sm;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue