presale-demo-pe
Version:
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
25 lines (20 loc) • 464 B
CSS
.address__title {
margin-bottom: 66px; }
.address__btn, .address__text {
width: 100%;
height: 99px;
border: none;
box-shadow: 0 0 16px rgba(11, 28, 38, 0.14);
background-color: #ffffff;
color: #0b1c26;
font-size: 18px;
text-align: center; }
.address__btn_pointer {
cursor: pointer; }
.address__btn:disabled {
cursor: default;
pointer-events: none; }
.address__text {
display: flex;
justify-content: center;
align-items: center; }