css
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
.header {
|
.header {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #f1f1f1;
|
background-color: #d8d7d9;
|
||||||
height: $header-height;
|
height: $header-height;
|
||||||
max-height: $header-height;
|
max-height: $header-height;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: $dark-gray;
|
color: $dark-gray;
|
||||||
border-bottom: 1px solid #dddddd;
|
border-bottom: 1px solid rgba(#979799, 0.4);
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $dark-gray;
|
color: $dark-gray;
|
||||||
@@ -32,12 +32,12 @@
|
|||||||
.menu {
|
.menu {
|
||||||
// float: right;
|
// float: right;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
padding-top: 9px;
|
padding-top: 5px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
color: black;
|
color: #515263;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
|
|
||||||
.login-panel .login-input {
|
.login-panel .login-input {
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $dark-gray;
|
color: #515263;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ p {
|
|||||||
min-width: 900px;
|
min-width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
$header-height: 35px;
|
$header-height: 25px;
|
||||||
|
|
||||||
.app-container {
|
.app-container {
|
||||||
display: table;
|
display: table;
|
||||||
@@ -171,9 +171,9 @@ $section-header-height: 70px;
|
|||||||
|
|
||||||
> .add-button {
|
> .add-button {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 22px;
|
font-size: 18px;
|
||||||
width: 30px;
|
width: 45px;
|
||||||
height: 30px;
|
height: 24px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #e9e9e9;
|
background-color: #e9e9e9;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
@@ -86,5 +86,5 @@
|
|||||||
%a{"ng-click" => "ctrl.signOutPressed()"} Sign Out
|
%a{"ng-click" => "ctrl.signOutPressed()"} Sign Out
|
||||||
|
|
||||||
.item
|
.item
|
||||||
%a.menuItem{"href" => "https://standardnotes.org", "target" => "_blank"}
|
%a{"href" => "https://standardnotes.org", "target" => "_blank"}
|
||||||
Help
|
Help
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
.main-ui-view
|
.main-ui-view
|
||||||
%header{"user" => "defaultUser", "logout" => "headerLogout"}
|
|
||||||
.app-container
|
.app-container
|
||||||
.app
|
.app
|
||||||
%tags-section{"save" => "tagsSave", "add-new" => "tagsAddNew", "will-select" => "tagsWillMakeSelection", "selection-made" => "tagsSelectionMade", "all-tag" => "allTag",
|
%tags-section{"save" => "tagsSave", "add-new" => "tagsAddNew", "will-select" => "tagsWillMakeSelection", "selection-made" => "tagsSelectionMade", "all-tag" => "allTag",
|
||||||
@@ -10,3 +9,4 @@
|
|||||||
|
|
||||||
%editor-section{"ng-if" => "selectedNote", "note" => "selectedNote", "remove" => "deleteNote",
|
%editor-section{"ng-if" => "selectedNote", "note" => "selectedNote", "remove" => "deleteNote",
|
||||||
"user" => "defaultUser", "save" => "saveNote"}
|
"user" => "defaultUser", "save" => "saveNote"}
|
||||||
|
%header{"user" => "defaultUser", "logout" => "headerLogout"}
|
||||||
|
|||||||
Reference in New Issue
Block a user