2014-04-19 01:12:02 +00:00
|
|
|
/*
|
|
|
|
Banner
|
|
|
|
*/
|
2014-04-06 14:14:03 +00:00
|
|
|
|
2014-04-18 00:07:07 +00:00
|
|
|
header .banner {
|
2014-04-19 01:12:02 +00:00
|
|
|
@include linear-gradient($dark-blue, $deep-blue);
|
2014-04-29 23:34:48 +00:00
|
|
|
height: 170px;
|
2014-04-18 00:07:07 +00:00
|
|
|
|
2014-04-06 14:14:03 +00:00
|
|
|
#logo {
|
2014-04-18 00:07:07 +00:00
|
|
|
@include span-columns(9 of 12);
|
2014-04-29 23:34:48 +00:00
|
|
|
min-height: 220px;
|
2014-04-06 14:14:03 +00:00
|
|
|
position: relative;
|
2014-04-08 23:28:46 +00:00
|
|
|
|
2014-04-06 14:14:03 +00:00
|
|
|
img {
|
2014-04-29 23:34:48 +00:00
|
|
|
height: 200px;
|
2014-04-06 14:14:03 +00:00
|
|
|
position: absolute;
|
2014-04-29 18:18:14 +00:00
|
|
|
top: 15px;
|
2014-04-29 23:34:48 +00:00
|
|
|
left: -40px;
|
2014-04-06 14:14:03 +00:00
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#authentication {
|
2014-04-18 00:07:07 +00:00
|
|
|
@include span-columns(3 of 12);
|
2014-04-29 23:34:48 +00:00
|
|
|
padding: 20px 0;
|
2014-04-08 23:28:46 +00:00
|
|
|
color: white;
|
|
|
|
|
2014-04-29 23:34:48 +00:00
|
|
|
.logged {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
2014-04-08 23:28:46 +00:00
|
|
|
a {
|
|
|
|
color: white;
|
2014-04-29 23:34:48 +00:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $light-blue;
|
|
|
|
}
|
2014-04-08 23:28:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2014-04-29 23:34:48 +00:00
|
|
|
&.admin {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2014-04-08 23:28:46 +00:00
|
|
|
.fields {
|
|
|
|
@include span-columns(12);
|
|
|
|
|
|
|
|
input {
|
|
|
|
@include span-columns(6);
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-bottom: 10px;
|
2014-04-08 23:28:46 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls {
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-top: 10px;
|
2014-04-08 23:28:46 +00:00
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
input {
|
|
|
|
@include span-columns(12);
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-bottom: 10px;
|
2014-04-08 23:28:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
@include span-columns(12);
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.links {
|
2014-04-29 23:34:48 +00:00
|
|
|
@include span-columns(7);
|
2014-04-08 23:28:46 +00:00
|
|
|
position: relative;
|
|
|
|
|
2014-04-29 23:34:48 +00:00
|
|
|
li {
|
|
|
|
text-align: right;
|
2014-04-08 23:28:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li i {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1em;
|
|
|
|
text-align: center;
|
2014-04-29 23:34:48 +00:00
|
|
|
margin: 0 10px;
|
2014-04-08 23:28:46 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile {
|
2014-04-29 23:34:48 +00:00
|
|
|
@include span-columns(5);
|
2014-04-19 01:12:02 +00:00
|
|
|
vertical-align: middle;
|
2014-04-08 23:28:46 +00:00
|
|
|
|
|
|
|
.avatar {
|
|
|
|
text-align: center;
|
2014-04-19 01:12:02 +00:00
|
|
|
vertical-align: middle;
|
2014-04-28 00:37:51 +00:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
2014-04-29 23:34:48 +00:00
|
|
|
padding-bottom: 96%;
|
2014-04-28 00:37:51 +00:00
|
|
|
float: left;
|
|
|
|
height: 0;
|
2014-04-08 23:28:46 +00:00
|
|
|
|
|
|
|
img {
|
2014-04-28 00:37:51 +00:00
|
|
|
background: transparentize($light-gray, 0.75);
|
2014-04-19 01:12:02 +00:00
|
|
|
width: 100%;
|
2014-04-28 00:37:51 +00:00
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
2014-04-29 23:34:48 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
padding: 3px;
|
2014-04-08 23:28:46 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.timezone {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
2014-04-06 14:14:03 +00:00
|
|
|
}
|
|
|
|
}
|