vbox border width
This commit is contained in:
parent
16af4da249
commit
e702e3fdd1
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
.store {
|
.store {
|
||||||
grid-area: store;
|
grid-area: store;
|
||||||
border-right: 0.1em solid @gray;
|
border-right: 0.15em solid @gray;
|
||||||
border-top: 0.1em solid @gray;
|
border-top: 0.15em solid @gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.store-hdr {
|
.store-hdr {
|
||||||
@ -27,8 +27,8 @@
|
|||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-left: 0.1em solid @gray;
|
border-left: 0.15em solid @gray;
|
||||||
border-top: 0.1em solid @gray;
|
border-top: 0.15em solid @gray;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.15em;
|
||||||
background-color: #421010;
|
background-color: #421010;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: @red;
|
background-color: @red;
|
||||||
@ -52,7 +52,7 @@
|
|||||||
grid-gap: 0.5em 1em;
|
grid-gap: 0.5em 1em;
|
||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border: 0.1em solid @gray;
|
border: 0.15em solid @gray;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -62,7 +62,7 @@
|
|||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 0.1em solid @gray;
|
border: 0.15em solid @gray;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.15em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user