Skip to content

Commit

Permalink
added business address, added action search field
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuraghavb committed May 9, 2022
1 parent 7fd31ed commit 68c53e3
Show file tree
Hide file tree
Showing 9 changed files with 555 additions and 79 deletions.
2 changes: 1 addition & 1 deletion assets/styles/T1.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions assets/styles/T1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ header {
#topActions {
flex-direction: row-reverse;
justify-content: space-between;
align-items: start;
align-items: flex-start;
& > div {
display: flex;
}
Expand Down Expand Up @@ -172,6 +172,10 @@ main {
margin: 0.5rem 0 0;
opacity: 0.8;
}
.bizaddr {
font-size: 0.8rem;
opacity: 0.6;
}
.sub,
.textC {
font-size: 1rem;
Expand Down Expand Up @@ -261,7 +265,8 @@ main {
}
.embedded {
position: relative;
padding-top: 56.25%;
padding-top: 100%;
// padding-top: 56.25%;
iframe {
position: absolute;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/T2.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion assets/styles/T2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ main {
margin: 0.5rem 0 0 0;
opacity: 0.8;
}
.bizaddr {
font-size: 0.8rem;
opacity: 0.6;
}
.sub,
.textC {
font-size: 1rem;
Expand Down Expand Up @@ -260,7 +264,8 @@ main {
}
.embedded {
position: relative;
padding-top: 56.25%;
padding-top: 100%;
// padding-top: 56.25%;
iframe {
position: absolute;
top: 0;
Expand Down
Loading

0 comments on commit 68c53e3

Please sign in to comment.