Skip to content
Snippets Groups Projects
Commit 6f5445f9 authored by Kevin Abel's avatar Kevin Abel
Browse files

Embed/Mobile related style updates

Brings border back to embed version and tightens the content padding.
parent 4da88ca9
No related branches found
No related tags found
1 merge request!1WDN 4.0 Theme
......@@ -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;
  • Contributor

    Not related to this pull request, but do we have any examples for the @uixx colors somewhere?

  • Please register or sign in to reply
  • Contributor

    Their expected value can only be found in the colors.less file from the wdntemplates project.

  • Please register or sign in to reply
  • Contributor

    I think the latter is the case, but you'd have to check with Dee. I don't think the usage plan for them has been fully established.

  • Please register or sign in to reply
}
.search-results {
border-right: 1px solid @ui02;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment