mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
contrast login screen
This commit is contained in:
parent
a326960d54
commit
c98449ea8a
1 changed files with 6 additions and 6 deletions
|
@ -636,7 +636,7 @@
|
||||||
border-top: 1px solid #cccccc;
|
border-top: 1px solid #cccccc;
|
||||||
border-left: 1px solid #cccccc;
|
border-left: 1px solid #cccccc;
|
||||||
border-right: 1px solid #cccccc;
|
border-right: 1px solid #cccccc;
|
||||||
background: #ebe9dc;
|
background: #fff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
|
@ -647,29 +647,29 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
padding: 0 0 10px 40px;
|
padding: 0 0 10px 40px;
|
||||||
color: #333;
|
color: #323232;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-bottom {
|
.login-bottom {
|
||||||
color: #574F51;
|
color: #ebe9dc;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background: #484243;
|
background: #ebe9dc;
|
||||||
padding: 0 8px 0 0;
|
padding: 0 8px 0 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vestacp{
|
.vestacp{
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
color: #CCCCB4;
|
color: #323232;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 20px 0 0 0;
|
padding: 20px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #DE6C5D;
|
color: #dE6c5d;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue