mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
WIP MNT design/UX cleanup
This commit is contained in:
@@ -65,10 +65,8 @@
|
||||
html,
|
||||
body {
|
||||
height:100%;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
background-color: white;
|
||||
background-color: $light;
|
||||
color: $darker;
|
||||
color: $black;
|
||||
}
|
||||
|
||||
*[contenteditable="true"] {
|
||||
@@ -89,60 +87,21 @@ body {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#home {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.img img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.plan {
|
||||
color: $medium;
|
||||
border-radius: $radius;
|
||||
display: inline-block;
|
||||
padding: 30px;
|
||||
|
||||
background-color: transparent;
|
||||
border: 2px solid rgba(0,0,0,0.05);
|
||||
width: 100%;
|
||||
|
||||
&.active {
|
||||
background-color: white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: black;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
font-size: 10px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border-top: 2px solid rgba(0,0,0,0.05);
|
||||
padding-top: 20px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
li {padding-top: 2px; }
|
||||
}
|
||||
}
|
||||
|
||||
#startup {
|
||||
background-position: center;
|
||||
background-image:url(/images/diamond.svg);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#home {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.layer {
|
||||
@include transition( all 0.2s ease-in-out);
|
||||
|
||||
Reference in New Issue
Block a user