Skip to content

Commit

Permalink
Improve landing page CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed May 31, 2022
1 parent 0cf2bce commit 0756bbd
Showing 1 changed file with 33 additions and 34 deletions.
67 changes: 33 additions & 34 deletions src/SearchBlock/less/searchbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -236,48 +236,47 @@
}
}

.demo-question {
margin-top: 2.5em;

.ui.list {
margin: 0;
font-size: 18px;
//TODO: move list with more space to design system
.ui.list {
margin-top: 2em !important;

> .item {
padding-top: 0 !important;
color: @deepBlue !important;
font-size: 18px !important;
font-weight: 400 !important;
}

.item {
padding-top: 1.5em !important;
color: @deepBlue !important;
font-weight: 400;
}
> .item:not(:last-child) {
padding-bottom: 3.5em !important;
}
}

.ui.accordion.suggestion-accordion {
.title {
justify-content: flex-end;
border: none;
color: @deepBlue;
font-weight: 500;
}
.demo-question {
margin-top: 2.5em;

.accordion-title-wrapper {
.ui.basic.button.explore-more-queries {
display: flex;
align-items: center;
color: @deepBlue !important;
float: right;
font-size: 20px;
font-weight: 700;

.icon {
display: flex;
align-items: center;
margin: 0 5px !important;
font-size: 30px;
opacity: 1;
}

.active.title {
background-color: transparent;
}

.title i {
color: @deepBlue;
}

.title i:before {
font-size: 2.5rem;
}

.content {
padding: 0 !important;
background-color: #fff;
&:hover,
&:active,
&:focus {
border: none;
background: transparent;
box-shadow: none;
}
}
}
Expand Down

0 comments on commit 0756bbd

Please sign in to comment.