Clean up styles woo
This commit is contained in:
44
sass/details.scss
Normal file
44
sass/details.scss
Normal file
@@ -0,0 +1,44 @@
|
||||
.approve {
|
||||
padding: $pad-xl;
|
||||
|
||||
.status {
|
||||
font-size: 16px;
|
||||
color: $midgray;
|
||||
font-weight: lighter;
|
||||
|
||||
span {
|
||||
color: $text;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
border: 1px solid $midgray;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin: $pad-m 0;
|
||||
|
||||
a {
|
||||
flex: 0 0 auto;
|
||||
margin-bottom: $pad-m;
|
||||
margin-right: $pad-m;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.details {
|
||||
border: 1px solid $midgray;
|
||||
border-radius: $pad-s;
|
||||
font-size: 12px;
|
||||
margin: $pad-m 0;
|
||||
padding: $pad-l;
|
||||
|
||||
span {
|
||||
color: $midgray;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user