resize stuff
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
.store {
|
||||
grid-area: store;
|
||||
border-right: 0.2em solid @gray-exists;
|
||||
border-top: 0.2em solid @gray-exists;
|
||||
border-right: 0.1em solid @gray;
|
||||
border-top: 0.1em solid @gray;
|
||||
}
|
||||
|
||||
.store-hdr {
|
||||
@@ -27,8 +27,12 @@
|
||||
flex-flow: column;
|
||||
|
||||
text-align: center;
|
||||
border-left: 0.2em solid @gray-exists;
|
||||
border-top: 0.2em solid @gray-exists;
|
||||
border-left: 0.1em solid @gray;
|
||||
border-top: 0.1em solid @gray;
|
||||
|
||||
h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
button {
|
||||
margin: 1em 0 0 0;
|
||||
@@ -60,7 +64,7 @@
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
&[disabled] {
|
||||
border: 0.2em solid @gray-exists;
|
||||
border: 0.1em solid @gray;
|
||||
border-left: 0;
|
||||
};
|
||||
|
||||
@@ -75,7 +79,7 @@
|
||||
grid-gap: 0.5em 1em;
|
||||
|
||||
align-items: center;
|
||||
border: 0.2em solid @gray-exists;
|
||||
border: 0.1em solid @gray;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
@@ -86,7 +90,7 @@
|
||||
|
||||
grid-area: stash-hdr;
|
||||
text-align: center;
|
||||
border: 0.2em solid @gray-exists;
|
||||
border: 0.1em solid @gray;
|
||||
border-right: 0;
|
||||
|
||||
h3 {
|
||||
@@ -162,7 +166,7 @@
|
||||
}
|
||||
|
||||
button {
|
||||
height: 4.5em;
|
||||
height: 3.5em;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user