mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 05:31:22 +00:00
bagelcard
This commit is contained in:
parent
8d64e22df8
commit
72cfad2bf3
@ -21,15 +21,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
|
||||||
min-height: 100vh;
|
|
||||||
padding: 0 0.5rem;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
// justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
padding: 10px 36px;
|
padding: 10px 36px;
|
||||||
color: white;
|
color: white;
|
||||||
@ -44,19 +35,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
|
||||||
margin: 2em;
|
|
||||||
width: 100%;
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: flex-start;
|
|
||||||
align-items: center;
|
|
||||||
div {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
margin: 0 2em;
|
margin: 0 2em;
|
||||||
@ -68,6 +46,9 @@
|
|||||||
.square {
|
.square {
|
||||||
background: #9c0000;
|
background: #9c0000;
|
||||||
@include aspect-ratio(1, 1);
|
@include aspect-ratio(1, 1);
|
||||||
|
img {
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.info {
|
.info {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user