Plumb most of the basic interactions
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
section {
|
||||
color: $midgray;
|
||||
font-weight: lighter;
|
||||
font-size: 16px;
|
||||
margin-top: 2*$pad-xl;
|
||||
margin-bottom: -2*$pad-xl + $pad-l;
|
||||
}
|
||||
|
||||
.item {
|
||||
padding: $pad-m $pad-xl;
|
||||
margin: 0px;
|
||||
@@ -12,6 +20,10 @@
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.details-row {
|
||||
margin: $pad-m 0;
|
||||
font-size: 16px;
|
||||
@@ -36,7 +48,6 @@
|
||||
}
|
||||
|
||||
.cost {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
width: 120px;
|
||||
@@ -58,22 +69,52 @@
|
||||
background-color: #d9ffd9;
|
||||
}
|
||||
|
||||
.rejected {
|
||||
background-color: $midgray;
|
||||
color: $lightgray;
|
||||
}
|
||||
|
||||
.newItem {
|
||||
background-color: #fff7d9;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
.item .cost {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.empty {
|
||||
margin: $pad-l;
|
||||
color: $midgray;
|
||||
font-weight: lighter;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
$button-size: 24px;
|
||||
|
||||
.btn-floating {
|
||||
position: fixed;
|
||||
bottom: $button-size;
|
||||
right: $button-size;
|
||||
padding: $button-size;
|
||||
padding: $button-size/2;
|
||||
color: $gold;
|
||||
background-color: $purple;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
|
||||
z-index: 1000;
|
||||
border-radius: 50%;
|
||||
|
||||
text-align: center;
|
||||
box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
|
||||
|
||||
span {
|
||||
display: block;
|
||||
width: 36;
|
||||
height: 36;
|
||||
font-size: 28;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user