get app ready for heroku
This commit is contained in:
42
static/sass/details.scss
Normal file
42
static/sass/details.scss
Normal file
@@ -0,0 +1,42 @@
|
||||
.approve {
|
||||
padding: $pad-xl;
|
||||
|
||||
.status {
|
||||
font-size: 16px;
|
||||
color: $midgray;
|
||||
font-weight: lighter;
|
||||
|
||||
span {
|
||||
color: $text;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
border: 1px solid $midgray;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin: $pad-m 0;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.details {
|
||||
color: $text;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
margin: $pad-m 0;
|
||||
padding: $pad-l;
|
||||
border-radius: $pad-s;
|
||||
border: 1px solid $midgray;
|
||||
|
||||
span {
|
||||
color: $midgray;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user