auth btn removed. login/logout --> Profile

This commit is contained in:
Kostiantyn Pashura
2016-10-12 15:33:07 +03:00
parent 71475038ba
commit 436f3b9d9b
11 changed files with 75 additions and 137 deletions

View File

@@ -31,11 +31,6 @@ ul.loginmenu:after {
left: 18px;
}
.authentication {
position: relative;
}
a.disabled {
color: gray !important;
pointer-events: none;
@@ -60,25 +55,4 @@ ul.loginmenu.extendedToolbarPopup:after {
position: absolute;
top: 18px;
left: -7px;
}
//extended toolbar: Log In menu
.auth_container {
ul {
margin-top: 40px;
padding: 0;
li a.authButton{
width: 160px;
margin: 10px 20px;
background-color: #06a5df;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 29px;
padding-right: 29px;
border-radius: 4px;
cursor: pointer;
box-sizing: border-box;
}
}
}

View File

@@ -124,3 +124,29 @@
#followMeCheckBox {
width: 13px !important;
}
/**
* Profile
*/
.auth_container {
ul {
padding: 0;
li {
list-style-type: none;
a.authButton{
width: 160px;
margin: 10px 20px;
padding: 3px 29px;
box-sizing: border-box;
background-color: #06a5df;
border-radius: 4px;
cursor: pointer;
color: $defaultColor;
text-decoration: none;
text-align: center;
}
}
}
}

View File

@@ -20,7 +20,11 @@
}
&__input {
margin: 8px 0;
margin-bottom: 8px;
&:last-child {
margin-bottom: inherit;
}
&::selection {
background-color: $defaultDarkSelectionColor;