ds4/scss/components/_forms.scss

63 lines
1 KiB
SCSS
Raw Normal View History

2020-10-29 16:18:38 +01:00
.item-form {
font-family: $font-primary;
}
$header-top-margin: 5px;
header.sheet-header {
2020-10-29 16:18:38 +01:00
flex: 0 0 210px;
overflow: hidden;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
2020-10-29 16:18:38 +01:00
.profile-img {
flex: 0 0 100px;
height: 100px;
margin: $header-top-margin 10px $header-top-margin 0;
2020-10-29 16:18:38 +01:00
}
.header-fields {
flex: 1;
}
h1.charname {
height: 50px;
padding: 0px;
2020-10-29 18:49:51 +01:00
margin: $header-top-margin 10px $header-top-margin 0;
2020-10-29 16:18:38 +01:00
border-bottom: 0;
input {
width: 100%;
height: 100%;
margin: 0;
2020-10-29 18:49:51 +01:00
border: none;
background-color: transparent;
2020-10-29 16:18:38 +01:00
}
font-family: $font-heading;
2020-10-29 18:49:51 +01:00
display: block;
}
h2.item-type {
font-family: $font-heading;
display: block;
height: 50px;
padding: 0px;
flex: 0 0 0;
color: $c-light-grey;
border: none;
line-height: 50px;
margin: $header-top-margin 0;
text-align: right;
2020-10-29 16:18:38 +01:00
}
}
.sheet-tabs {
flex: 0;
}
.sheet-body,
2020-10-29 18:49:51 +01:00
.sheet-body .tab {
2020-10-29 16:18:38 +01:00
height: 100%;
}