You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
234 B
SCSS
12 lines
234 B
SCSS
|
6 years ago
|
.footer-modal-button{
|
||
|
|
position: absolute;
|
||
|
|
bottom: 0;
|
||
|
|
color: white;
|
||
|
|
width: 100%;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.footer-modal-button button{
|
||
|
|
font-size: 20px;
|
||
|
|
background: white;
|
||
|
|
line-height: 2;
|
||
|
|
}
|