fix autosave

This commit is contained in:
2018-06-17 22:18:07 +02:00
parent 6ee27fda3d
commit d09f0fd49f
11 changed files with 203 additions and 211 deletions

View File

@@ -6,13 +6,13 @@ body {
font-size:1em;
background-color:#e2ccb2;
margin:0;
color:#584127;
color:$col_main_1;
}
/* Typography */
a:visited, a {
color:#584127;
color:$col_main_1;
text-decoration: none;
font-weight: bold;
}
@@ -57,7 +57,7 @@ a.button {
font-size: 1.1em;
text-align:center;
background: url("../images/minicloud.png") 0 0 no-repeat;
color: $col_main_2;
color: $gray-600;
}
a.button:hover {
color:white;
@@ -116,14 +116,14 @@ a.button:active {
margin-top:1em;
position: absolute;
top:203px;
bottom:2em;
bottom: 2rem;
right:0;
left:0;
border-radius: 0.5em;
padding: 1em;
&:not(.no_frame) {
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
@extend .shadow;
}
}
@@ -229,13 +229,19 @@ fieldset p {
footer {
position: absolute;
bottom: 0;
text-align:center;
text-align: center;
color: $gray-400;
font-size:0.9em;
width:100%;
height:2em;
}
footer a {
color: $gray-500;
font-size: 0.9em;
width: 100%;
height: 2rem;
span {
transform: translateY(-50%);
position: relative;
top: 50%;
a {
color: $gray-500;
}
}
}