mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
86 lines
1.3 KiB
CSS
86 lines
1.3 KiB
CSS
.body{
|
|
font: 13px/1.231 Open Sans,arial,helvetica,clean,sans-serif;
|
|
}
|
|
|
|
.paper-toolbar-0 .iron-icon{
|
|
color: #ffffff;
|
|
}
|
|
|
|
.logo-header{
|
|
margin: 17px 25px 0 10px;
|
|
width: 155px;
|
|
height: 48px;
|
|
background-position: 5px 0;
|
|
}
|
|
|
|
.search-box {
|
|
margin: 20px 0 0 30px;
|
|
background-color: #fff;
|
|
border: 1px solid #eee;
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
height: 40px;
|
|
width: 500px;
|
|
}
|
|
.search-box iron-icon {
|
|
color: #999999;
|
|
margin: 0 8px;
|
|
}
|
|
|
|
.search-box input {
|
|
outline: 0;
|
|
border: none;
|
|
font-size: 15px;
|
|
margin: -1px 0px 0 5px;
|
|
position: relative;
|
|
padding: 8px 3px;
|
|
font-family: sans-serif;
|
|
font-weight: 500;
|
|
color: #263238;
|
|
}
|
|
.content {
|
|
padding: 8px;
|
|
}
|
|
|
|
.right{
|
|
float: right;
|
|
}
|
|
|
|
#login {
|
|
width: 400px;
|
|
height: 340px;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
background: white;
|
|
padding: 10px;
|
|
border: 1px gray;
|
|
box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
#login .logo {
|
|
background: url('../img/logo_dark.svg') no-repeat;
|
|
width: 196px;
|
|
height: 45px;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
#login form > div {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
#login label {
|
|
margin-top: 5px;
|
|
display: block;
|
|
}
|
|
|
|
#login input {
|
|
width: 100%;
|
|
}
|
|
|
|
#login .error {
|
|
color: red;
|
|
}
|