Create homepage
Photo-card layout, button, typography
This commit is contained in:
18
src/style/atoms/_button.scss
Normal file
18
src/style/atoms/_button.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
background: #fff;
|
||||
border-radius: 100vh;
|
||||
padding: 12px 24px;
|
||||
text-decoration: none;
|
||||
font-size: rem(18px);
|
||||
color: $color-text;
|
||||
font-weight: 600;
|
||||
border: none;
|
||||
|
||||
// Icon
|
||||
img {
|
||||
display: block;
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user