first commit

This commit is contained in:
2020-06-08 23:57:36 +02:00
commit 6277454f7a
16057 changed files with 1715382 additions and 0 deletions
@@ -0,0 +1,34 @@
/**
* @file
* Admin styling for the User module.
*/
/* Permissions page */
.permissions a {
font-weight: 700;
}
.permissions .module {
font-weight: 700;
color: #0678be;
text-transform: uppercase;
font-size: 14px;
}
.permissions thead th.checkbox,
.sticky-header thead th.checkbox {
text-align: center;
line-height: 1.2;
min-width: 130px;
}
.permissions tbody td.checkbox div.checkbox {
text-align: center;
}
/* Account settings */
.user-admin-settings .details-description {
font-size: 0.85em;
padding-bottom: 0.5em;
}
@@ -0,0 +1,13 @@
/**
* @file
* Styling for the user module icons.
*/
/**
* Toolbar tab icon.
*/
.toolbar-bar .toolbar-icon-user:before,
.toolbar-bar .toolbar-icon-user:active:before,
.toolbar-bar .toolbar-icon-user.is-active:before {
background-image: url(../../images/icons/admin.svg);
}
@@ -0,0 +1,21 @@
/**
* @file
* Module styling for user module.
*/
.password-strength__title,
.password-strength__text {
display: inline;
}
.password-strength__meter {
height: 0.75em;
margin-top: 0.5em;
background-color: lightgray;
}
.password-strength__indicator {
height: 100%;
width: 0;
background-color: gray;
}
.password-confirm-match {
visibility: hidden;
}