agneta-platform
Version:
Agneta Platform - Integrate and customize business applications
21 lines (20 loc) • 380 B
text/stylus
.account-add-content{
background: whitesmoke;
padding: 10px;
.field{
background: white;
margin: 10px 0;
padding: 0 10px;
border-radius: 4px;
box-shadow: 0 1px 2px grey;
md-input-container{
margin: 0;
margin-top: 10px;
>.title{
font-size: 1.3em;
color: color-primary;
font-weight: normal;
}
}
}
}