chore: reformat with 2 spaces
This commit is contained in:
parent
d659e4bed9
commit
7670d7f808
1577 changed files with 70010 additions and 70042 deletions
|
@ -8,44 +8,44 @@
|
|||
@use "../../utils/mixins";
|
||||
|
||||
.ds4-item-header {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
|
||||
&__img {
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
&__img {
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
&__data {
|
||||
flex: 1;
|
||||
}
|
||||
&__data {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&__type {
|
||||
@include mixins.font-heading-upper;
|
||||
border: none;
|
||||
color: colors.$c-light-grey;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
&__type {
|
||||
@include mixins.font-heading-upper;
|
||||
border: none;
|
||||
color: colors.$c-light-grey;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&__name {
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
&__name {
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&__name-label {
|
||||
display: none;
|
||||
}
|
||||
&__name-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&__name-input[type="text"] {
|
||||
@include mixins.font-heading-upper;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
font-size: 1.25em;
|
||||
height: auto;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
&__name-input[type="text"] {
|
||||
@include mixins.font-heading-upper;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
font-size: 1.25em;
|
||||
height: auto;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,13 +9,13 @@
|
|||
@use "../../utils/variables";
|
||||
|
||||
.ds4-item-properties {
|
||||
@include mixins.mark-invalid-or-disabled-input;
|
||||
@include mixins.mark-invalid-or-disabled-input;
|
||||
|
||||
&__title {
|
||||
border-bottom: variables.$border-groove;
|
||||
font-weight: bold;
|
||||
margin-bottom: 0;
|
||||
margin-top: 1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
&__title {
|
||||
border-bottom: variables.$border-groove;
|
||||
font-weight: bold;
|
||||
margin-bottom: 0;
|
||||
margin-top: 1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
*/
|
||||
|
||||
.ds4-item-sheet {
|
||||
min-height: 400px;
|
||||
min-width: 540px;
|
||||
min-height: 400px;
|
||||
min-width: 540px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue