login functionality done
This commit was merged in pull request #1.
This commit is contained in:
@@ -10457,7 +10457,7 @@ a.text-darker:focus {
|
||||
margin: 4px 1px;
|
||||
border-radius: 0.4285rem;
|
||||
cursor: pointer;
|
||||
background: #211069;
|
||||
background: #211069 !important;
|
||||
background-image: -webkit-linear-gradient(
|
||||
to bottom left,
|
||||
#211069,
|
||||
@@ -10510,27 +10510,27 @@ a.text-darker:focus {
|
||||
background-color: #263148 !important;
|
||||
background-image: linear-gradient(
|
||||
to bottom left,
|
||||
#344675,
|
||||
#263148,
|
||||
#344675
|
||||
#211069,
|
||||
#564794,
|
||||
#211069
|
||||
) !important;
|
||||
background-image: -webkit-linear-gradient(
|
||||
to bottom left,
|
||||
#211069,
|
||||
#263148,
|
||||
#564794,
|
||||
#211069
|
||||
) !important;
|
||||
background-image: -o-linear-gradient(
|
||||
to bottom left,
|
||||
#211069,
|
||||
#263148,
|
||||
#564794,
|
||||
#211069
|
||||
) !important;
|
||||
background-image: -moz-linear-gradient(
|
||||
to bottom left,
|
||||
#344675,
|
||||
#263148,
|
||||
#344675
|
||||
#211069,
|
||||
#564794,
|
||||
#211069
|
||||
) !important;
|
||||
color: #ffffff;
|
||||
box-shadow: none;
|
||||
@@ -10643,9 +10643,9 @@ fieldset[disabled] .navbar .navbar-nav > a.btn.active {
|
||||
border-color: #344675;
|
||||
background-image: linear-gradient(
|
||||
to bottom left,
|
||||
#344675,
|
||||
#263148,
|
||||
#344675
|
||||
#211069,
|
||||
#564794,
|
||||
#211069
|
||||
) !important;
|
||||
background-image: -webkit-linear-gradient(
|
||||
to bottom left,
|
||||
|
||||
Reference in New Issue
Block a user