Files
old-wiaas-legacy/api-wiaas/client/js/components/profile-settings/profile-settings.less
2018-06-11 11:09:35 +02:00

27 lines
438 B
Plaintext

@layer-background: rgba(255, 255, 255, 0.7);
.module-layer {
position: relative;
margin-top: 1%;
background: @layer-background;
margin-bottom: 3%;
padding-bottom: 2%;
}
#change-password-container {
.module-layer;
.change-passwd-list {
display: inline-block;
padding: 2%;
}
.passwords-container {
padding-bottom: 1%;
}
}
#change-profile-container {
.module-layer;
}