Skip to content
Snippets Groups Projects

WDN 4.0 Theme

Merged Kevin Abel requested to merge four into master
1 file
+ 10
2
Compare changes
  • Side-by-side
  • Inline
+ 10
2
@@ -201,7 +201,7 @@ form .input-group {
#directory_results {
> * {
padding: 24px 30px;
padding: 24px 9.375%;
}
@media @bp2 {
@@ -216,7 +216,7 @@ form .input-group {
#search_results {
> * {
padding: 24px 50px;
padding: 24px 7.812%;
}
@media @bp2 {
@@ -233,6 +233,14 @@ form .input-group {
.embed & {
width: 60%;
.result-head {
border-right: 1px solid @ui10;
}
.search-results {
border-right: 1px solid @ui02;
}
}
}
Loading