68 lines
1.1 KiB
SCSS
68 lines
1.1 KiB
SCSS
|
|
$themeColor: #FF7142;
|
|
$themeColor: #FF7142;
|
|
$linearOrange:linear-gradient(to right, #FF7142, #FF7142);
|
|
$linearDarkRed:linear-gradient(to right, #d9534f, #d9534f);;
|
|
$linearGreen:linear-gradient(to right, #5cb85c, #5cb85c);;
|
|
$linearBlue:linear-gradient(to right, #337ab7, #337ab7);
|
|
page{
|
|
height: 100%;
|
|
}
|
|
|
|
.input-index--at-input__title{
|
|
font-weight: bold
|
|
}
|
|
.orange{
|
|
color:#FF7142,
|
|
}
|
|
|
|
.orange-bg{
|
|
background-color:#FF7142,
|
|
}
|
|
.green-bg{
|
|
background-color: #5cb85c
|
|
}
|
|
|
|
.button-green{
|
|
color:white;
|
|
font-size: 28px;
|
|
background:$linearGreen;
|
|
margin:20px auto;
|
|
border-color: #fff;
|
|
}
|
|
|
|
.button-dark-red{
|
|
color:white;
|
|
font-size: 28px;
|
|
background:$linearDarkRed;
|
|
margin:20px auto;
|
|
border-color: #fff;
|
|
}
|
|
|
|
.button-orange{
|
|
color:white;
|
|
font-size: 28px;
|
|
background:$linearOrange;
|
|
margin:20px auto;
|
|
border-color: #fff;
|
|
}
|
|
.button-blue{
|
|
color:white;
|
|
font-size: 28px;
|
|
background:$linearBlue;
|
|
margin:20px auto;
|
|
border-color: #fff;
|
|
}
|
|
.blur{
|
|
opacity: 0.5;
|
|
}
|
|
|
|
|
|
.button-no-margin{
|
|
margin:10px 0
|
|
}
|
|
.no-more-title{
|
|
text-align: center;
|
|
font-size: 25rpx;
|
|
|
|
} |