Commit 5fd47b2b authored by kushalpandya's avatar kushalpandya

Remove unused styles

parent 9946af9e
.trial-form-container {
.start-trial-header,
.start-trial-body {
margin-top: 30px;
}
.start-trial-header {
.trial-description {
color: $gl-gray-light;
}
}
}
.start-trial-body {
.ee-features {
border: 1px solid $border-color;
border-radius: $border-radius-default;
padding: 20px 40px;
}
}
.start-trial-body {
.trial-form {
label {
font-weight: normal;
}
}
}
.start-trial-body {
.feature-list li {
margin-top: 35px;
svg {
display: block;
margin: auto;
}
.feature-item-description {
h4 {
margin-top: 0;
}
p {
color: $gl-gray-light;
}
}
}
}
@media (max-width: $screen-md-min) {
.start-trial-body {
.feature-item-description {
margin-top: 15px;
h4,
p {
text-align: center;
}
}
.trial-form {
margin-top: 25px;
}
}
}
/* EE Trial Banner Styles */
/* Main Nav Overrides */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment