Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user