Update For 0.1.0 style sheet + Clean video + Update Svg for canva error
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
flex: 0 0 75px;
|
||||
height: 75px;
|
||||
width: 75px;
|
||||
.full {
|
||||
flex: 0 0 content;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
fieldset {
|
||||
flex: 1 1 100%;
|
||||
@@ -63,8 +68,8 @@
|
||||
color: $l5r5e-label;
|
||||
}
|
||||
input {
|
||||
font-size: 1rem;
|
||||
flex: 1rem;
|
||||
font-size: 1rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
}
|
||||
@@ -129,4 +134,47 @@
|
||||
margin: 0.5rem 0.25rem 0;
|
||||
}
|
||||
}
|
||||
.limited {
|
||||
h1 {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
img {
|
||||
&.full {
|
||||
flex: 0 0 content;
|
||||
height: auto;
|
||||
width: auto;
|
||||
border: 0 none;
|
||||
}
|
||||
}
|
||||
.sheet-header {
|
||||
flex: none;
|
||||
}
|
||||
ul {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
li {
|
||||
flex: 50%;
|
||||
padding: 0.25rem 0;
|
||||
input {
|
||||
width: 75%;
|
||||
float: right;
|
||||
}
|
||||
&:nth-child(1) {
|
||||
flex: calc(50% - 1rem);
|
||||
margin-right: 1rem;
|
||||
}
|
||||
&:nth-child(3),
|
||||
&:nth-child(4) {
|
||||
flex: calc(50% - 5rem);
|
||||
margin-right: 1rem;
|
||||
}
|
||||
&:nth-child(5) {
|
||||
flex: auto;
|
||||
input {
|
||||
width: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user