Implemented first segment of new styles
This commit is contained in:
@@ -163,9 +163,10 @@
|
||||
}
|
||||
|
||||
|
||||
.headline {
|
||||
.float-left {
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.version-span {
|
||||
@@ -174,7 +175,7 @@
|
||||
color: rgba(85,85,85,0.555);
|
||||
}
|
||||
|
||||
.tool-window {
|
||||
.block-display {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -227,20 +228,36 @@
|
||||
margin: 3px 0;
|
||||
}
|
||||
|
||||
.medium-input {
|
||||
.quater-width {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.half-width {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.small-input {
|
||||
width: 30%;
|
||||
.half-width.with-padding {
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
.large-input {
|
||||
.max-width {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.large-button {
|
||||
width: 100%;
|
||||
.max-width.with-padding {
|
||||
width: 94%;
|
||||
}
|
||||
|
||||
.max-height {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.max-height.with-padding {
|
||||
height: 90%;
|
||||
}
|
||||
|
||||
.small-margins {
|
||||
margin: 3%;
|
||||
}
|
||||
|
||||
.small-vertical-margin {
|
||||
|
||||
Reference in New Issue
Block a user