authorize.scss
424 Bytes
@import '../../assets/scss/mixins';
.page {
position: relative;
overflow: hidden;
.bgc {}
.bg {}
.main {
.login-wrap {
padding-top: 946px;
.login-btn {
width: 340px;
height: 80px;
line-height: 80px;
border-radius: 40px;
border: solid 3px #4bc2ed;
margin: 0 auto;
font-size: 36px;
color: #4bc2ed;
text-align: center;
background-color: transparent;
}
}
}
}