124 lines
1.8 KiB
CSS
Executable File
124 lines
1.8 KiB
CSS
Executable File
.red{
|
|
color:#f00;
|
|
}
|
|
.orange{
|
|
color:rgb(255 152 0);
|
|
}
|
|
.blue{
|
|
color:#0095f6;
|
|
}
|
|
|
|
|
|
p,li{
|
|
font-size: 1.2em;
|
|
line-height: 1.5em;
|
|
}
|
|
.mui-input-group .mui-input-row{
|
|
line-height: 40px;
|
|
}
|
|
|
|
.mui-plus header.mui-bar{
|
|
display: none;
|
|
}
|
|
.mui-plus .mui-bar-nav~.mui-content{
|
|
padding: 0;
|
|
}
|
|
|
|
.mui-bar-nav~.mui-content{
|
|
padding-bottom:100px;
|
|
}
|
|
.mui-bar-tab{
|
|
height:80px;
|
|
}
|
|
.mui-bar-tab .mui-tab-item{
|
|
height:80px;
|
|
}
|
|
.mui-bar-tab .mui-tab-item .mui-icon{
|
|
width:35px;
|
|
height:35px;
|
|
}
|
|
.mui-bar .mui-icon{
|
|
font-size:30px;
|
|
}
|
|
.mui-bar-tab .mui-tab-item .mui-icon~.mui-tab-label{
|
|
font-size:1.5em;
|
|
display: inline-flex;
|
|
line-height: 40px;
|
|
}
|
|
|
|
|
|
html,
|
|
body {
|
|
background-color: #efeff4;
|
|
}
|
|
p {
|
|
text-indent: 22px;
|
|
}
|
|
span.mui-icon {
|
|
font-size: 14px;
|
|
color: #007aff;
|
|
margin-left: 15px;
|
|
padding-right: 10px;
|
|
}
|
|
.mui-off-canvas-left {
|
|
color: #fff;
|
|
}
|
|
.title {
|
|
margin: 35px 15px 10px;
|
|
}
|
|
.title+.content {
|
|
margin: 10px 15px 35px;
|
|
color: #bbb;
|
|
text-indent: 1em;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
}
|
|
input {
|
|
color: #000;
|
|
}
|
|
|
|
.flex-container {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-flow: row wrap;
|
|
justify-content: space-between;
|
|
text-align: center;
|
|
}
|
|
|
|
.mui-content-padded {
|
|
padding: 10px;
|
|
}
|
|
|
|
.mui-content-padded a {
|
|
margin: 3px;
|
|
width: 50px;
|
|
height: 50px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 25px;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
.mui-content-padded a .mui-icon-extra {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.mui-spinner,
|
|
.mui-spinner-white {
|
|
margin-top: 12px
|
|
}
|
|
|
|
.active .mui-spinner-indicator {
|
|
background: #007AFF;
|
|
}
|
|
|
|
.mui-content a {
|
|
color: #8F8F94;
|
|
}
|
|
|
|
.mui-content a.active {
|
|
color: #007aff;
|
|
} |