Skip to content

Commit

Permalink
Merge pull request #21 from Gosrock/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ImNM authored Jan 22, 2022
2 parents 89ee10e + e7523e9 commit f6085f4
Show file tree
Hide file tree
Showing 7 changed files with 507 additions and 79 deletions.
231 changes: 157 additions & 74 deletions dist/gosrockStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,80 +196,6 @@ table {
url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf)
format('opentype');
}
.GoFrontButton {
background-color: transparent; /* Green */
border: none;
color: white;
text-align: center;
text-decoration: none;
/* justify-content: center; */
align-items: center;

display: flex;
/* position: relative; */
/* position: relative; */
}

.GoFrontButton--medium {
font-size: 18px;
line-height: 20px;
/* vertical-align: middle; */
/* padding: 11px 20px; */
}

.GoFrontButton--font-white {
color: white;
}

.GoFrontButton--font-gray {
color: #b6b7b8;
}

/* .GoFrontButton-center {
position: absolute;
top: 50%;
} */

.GoFrontButton--circle {
justify-content: center;
align-items: center;

display: flex;
height: 32px;
width: 32px;
background: black;
border-radius: 16px;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
/* margin-left: 25%;
margin-top: 25%; */
}
.wrapper {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 20px;
display: flex;
align-items: center;
justify-content: space-between;
}

svg {
display: inline-block;
vertical-align: top;
}

h1 {
font-weight: 900;
font-size: 20px;
line-height: 1;
margin: 6px 0 6px 10px;
display: inline-block;
vertical-align: top;
}

button + button {
margin-left: 10px;
}
section {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
Expand Down Expand Up @@ -353,6 +279,32 @@ section .tip-wrapper svg path {
line-height: 22px;
/* padding: 11px 20px; */
}
.wrapper {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 20px;
display: flex;
align-items: center;
justify-content: space-between;
}

svg {
display: inline-block;
vertical-align: top;
}

h1 {
font-weight: 900;
font-size: 20px;
line-height: 1;
margin: 6px 0 6px 10px;
display: inline-block;
vertical-align: top;
}

button + button {
margin-left: 10px;
}
.storybook-button {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
Expand Down Expand Up @@ -383,3 +335,134 @@ section .tip-wrapper svg path {
font-size: 16px;
padding: 12px 24px;
}
.GoFrontButton {
background-color: transparent; /* Green */
border: none;
color: white;
text-align: center;
text-decoration: none;
/* justify-content: center; */
align-items: center;

display: flex;
/* position: relative; */
/* position: relative; */
}

.GoFrontButton--medium {
font-size: 18px;
line-height: 20px;
/* vertical-align: middle; */
/* padding: 11px 20px; */
}

.GoFrontButton--font-white {
color: white;
}

.GoFrontButton--font-gray {
color: #b6b7b8;
}

/* .GoFrontButton-center {
position: absolute;
top: 50%;
} */

.GoFrontButton--circle {
justify-content: center;
align-items: center;

display: flex;
height: 32px;
width: 32px;
background: black;
border-radius: 16px;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
/* margin-left: 25%;
margin-top: 25%; */
}
.TicketBody {
flex-grow: 2;
order: -1;
background-color: white;
display: flex;
}
.TicketBodyHeader {
flex-grow: 2;
order: 0;
display: flex;
background-color: rgb(138, 56, 56);
}
.TicketBottom {
flex-grow: 2;
order: 1;
display: flex;
background-color: rgb(96, 20, 227);
}
.Ticket-Container-Wrap {
/* veiwport fit */
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
/* body {
background-color: #040404;
} */
.Ticket-Container-Wrap {
/* veiwport fit */
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

.Ticket-Container {
height: 90%;
/* min-height: 560px; */
max-height: 800px;
width: 90%;
/* min-width: 320px; */
max-width: 600px;
background-color: #121212;
/* margin: 0 auto; */
/* border-radius: 15px; */
}

.Ticket-Inner-Container {
box-sizing: border-box;
height: 100%;
padding: 5% 5%;
display: flex;
flex-direction: column;
}

/* @media screen and (min-width: 480px) {
.Ticket-Container {
min-width: 375px;
border-radius: 15px;
height: 90%;
margin: 0 200px;
}
}
@media screen and (min-width: 774px) {
.Ticket-Inner-Container {
margin: 40px;
}
} */

/* .vertical-grid {
height: 600px;
display: grid;
grid-template-rows: 1fr 4fr 1fr;
} */
.TicketTop {
flex-grow: 0.5;
order: -2;
display: flex;
background-color: rgb(232, 232, 13);
}
Loading

0 comments on commit f6085f4

Please sign in to comment.