Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

57 linhas
852 B

/* Pages/menu/new_usr.wxss */
.header{
background-color: #7B8B6F;
height: 3vh;
}
.skip{
float: right;
background-color: #D8CAAF;
font-size: 32px;
font-weight: bold;
margin: 10px;
}
.skip text{
padding: 10px;
}
.guide{
font-size: 30px;
font-weight: bold;
text-align: center;
align-items: center;
justify-content: center;
padding-bottom: 30px;
}
.list{
font-size: 30px;
font-weight: bold;
margin-top: 6vh;
}
.selected{
background-color: #D8CAAF;
height: 5vh;
width: 50vw;
margin-left: 100px;
color: rgba(0, 0, 0, 0.5);
font-size: 26px;
}
.place{
color: rgba(0, 0, 0, 0.5);
font-size: 26px;
}
.OK{
background-color: #7B8B6F;
font-size: 28px;
font-weight: bold;
margin: 10px;
width: 150px;
height: 40px;
margin: 50px;
}