You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
page { |
|
background-color: #f9f9f9; |
|
position: relative; |
|
} |
|
|
|
button { |
|
padding-left: 0; |
|
padding-right: 0; |
|
font-size: 16px; |
|
line-height: inherit; |
|
&::after { |
|
content: ''; |
|
display: none; |
|
} |
|
}
|
|
|