source: OpenWorkouts-current/ow/static/______css/pages/login.css @ 5cbc4a0

currentfeature/docs
Last change on this file since 5cbc4a0 was 5cbc4a0, checked in by Segundo Fdez <segun.2@…>, 5 years ago

Update dashboard and login with less.

  • Property mode set to 100644
File size: 1021 bytes
RevLine 
[55e98e4]1/* ==========================================================================
2   Login page
3   ========================================================================== */
[816820d]4
5.login-content {
6    background-image: url("../../media/img/back-01.jpg");
7    background-size: cover;
8    display: flex;
9    justify-content: center;
10    align-items: center;
[55e98e4]11    min-height: calc(100vh - 98px);
[816820d]12    padding: 1em 0;
13}
14
[55e98e4]15.login-content form {
16    max-width: 380px;
17    background-color: rgba(0,0,0,0.8);
18    border-radius: 6px;
19    padding: 2em  1.5em;
20}
21
22
23.login-content label {
24    color: white;
25}
26
27.login-content a {
28    color: var(--color-main-light);
29    font-size: 13px;
30    text-decoration: none;
31    margin-right: .75em;
32}
33
34.login-content a:hover {
35    color: white;
36}
37
38
[816820d]39
40
41
[55e98e4]42
43
44
45/* Provisional */
46.message {
47    padding: .5em;
48    margin: 0;
49    border-radius: 4px;
50    text-align: center;
51    font-size: 13px;
52}
53
54.message.message-error{
55    background-color: var(--color-app-dark);
56    color: white;
57    margin-bottom: .5em;
58}
Note: See TracBrowser for help on using the repository browser.