Files
standardnotes-app-web/app/assets/stylesheets/app/_header.scss
2016-12-25 15:44:40 -06:00

221 lines
3.4 KiB
SCSS

.header {
position: relative;
width: 100%;
background-color: #f1f1f1;
height: $header-height;
max-height: $header-height;
z-index: 100;
font-size: 10px;
color: $dark-gray;
border-bottom: 1px solid #dddddd;
a {
color: $dark-gray;
}
}
.header-content {
margin-bottom: 0px;
padding-top: 0px;
border-radius: 0px;
left: 0px;
right: 0px;
}
.panel-status-text {
margin-top: 20px;
font-style: italic;
font-size: 14px;
}
.menu {
// float: right;
margin-left: 15px;
padding-top: 9px;
margin-top: 0px;
color: black;
z-index: 1000;
margin-bottom: 0px;
font-size: 12px;
.login-panel .login-input {
border-radius: 0px;
}
.items {
.item {
display: inline-block;
margin-right: 7px;
position: relative;
cursor: pointer;
font-weight: bold;
a {
color: $dark-gray;
}
.panel {
position: absolute;
right: 0px;
min-width: 300px;
z-index: 1000;
margin-top: 15px;
box-shadow: 0px 0px 15px rgba(black, 0.2);
border: none;
cursor: default;
max-height: 85vh;
overflow: scroll;
background-color: white;
font-weight: normal;
.storage-text {
font-size: 14px;
}
.checkbox {
font-size: 14px;
font-weight: normal;
margin-left: auto;
margin-right: auto;
}
}
}
}
}
.half-button {
$spacing: 2px;
width: calc(50% - #{$spacing});
margin-left: $spacing/2.0;
margin-right: $spacing/2.0;
float: left;
}
.item.account {
.link-item {
margin-bottom: 8px;
a {
font-size: 14px;
color: #00228f;
font-weight: bold;
}
}
input {
border-radius: 0px;
}
.account-panel {
padding: 12px;
padding-bottom: 6px;
.account-items {
margin-top: 0px;
}
.account-item {
width: 100%;
margin-bottom: 34px;
a {
color: #00228f;
font-weight: bold;
cursor: pointer;
}
> .icon-container {
display: block;
margin-bottom: 10px;
}
> .meta-container {
display: block;
font-size: 10px;
}
> .action-container {
font-size: 12px;
margin-top: 6px;
.status-title {
font-weight: bold;
}
.subtext {
font-size: 10px;
margin-top: 2px;
}
}
.encryption-confirmation {
position: relative;
.buttons {
.cancel {
font-weight: normal;
margin-right: 3px;
}
}
}
&:last-child {
margin-bottom: 8px !important;
}
> .icon-container {
margin-bottom: 10px;
.icon {
height: 35px;
&.archive {
height: 30px;
}
}
}
.meta-container {
> .title {
font-size: 13px;
font-weight: bold;
}
> .desc {
font-size: 12px;
margin-top: 3px;
// line-height: 18px;
}
}
}
.membership-settings {
font-size: 14px;
}
}
}
.account-form {
margin-top: 10px;
}
.registration-login {
.login-forgot {
margin-top: 20px;
clear: both;
a {
display: block;
font-size: 13px !important;
text-align: center;
}
}
}
.account-menu {
width: 200px;
}