forked from OpenNeo/impress
37 lines
374 B
SCSS
37 lines
374 B
SCSS
|
form {
|
||
|
margin-bottom: 2em;
|
||
|
}
|
||
|
|
||
|
@mixin main_unit {
|
||
|
float: left;
|
||
|
width: 49%;
|
||
|
|
||
|
h2 {
|
||
|
font-size: 125%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#search-help {
|
||
|
@include main_unit;
|
||
|
padding-right: 1%;
|
||
|
|
||
|
dl {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
dd {
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#species-search-links {
|
||
|
@include main_unit;
|
||
|
|
||
|
padding-left: 1%;
|
||
|
|
||
|
img {
|
||
|
height: 80px;
|
||
|
width: 80px;
|
||
|
}
|
||
|
}
|