clean up styles
This commit is contained in:
parent
23e8d64ace
commit
c4b8bbd5f4
|
@ -53,37 +53,6 @@
|
||||||
padding: 0.4rem;
|
padding: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.normal-btn {
|
|
||||||
min-width: 162px;
|
|
||||||
max-width: 256px;
|
|
||||||
height: 40px;
|
|
||||||
cursor: pointer;
|
|
||||||
background: var(--primary-color) 0% 0% no-repeat padding-box;
|
|
||||||
box-shadow: 0px 3px 6px #1e202029;
|
|
||||||
border-radius: 30px;
|
|
||||||
border: none;
|
|
||||||
color: var(--primary-text);
|
|
||||||
opacity: 1;
|
|
||||||
line-height: 1;
|
|
||||||
font-size: 0.87rem;
|
|
||||||
padding: 0.62rem 1.87rem;
|
|
||||||
margin-left: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.yellow-btn {
|
|
||||||
min-width: 162px;
|
|
||||||
height: 40px;
|
|
||||||
cursor: pointer;
|
|
||||||
background: var(--secondary-color) 0% 0% no-repeat padding-box;
|
|
||||||
border-radius: 30px;
|
|
||||||
opacity: 1;
|
|
||||||
border: none;
|
|
||||||
color: var(--secondary-text);
|
|
||||||
opacity: 1;
|
|
||||||
line-height: 1;
|
|
||||||
font-size: 0.87rem;
|
|
||||||
padding: 0.62rem 1.87rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.personal-usage {
|
.personal-usage {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
|
@ -127,7 +127,7 @@
|
||||||
<!-- End of Reference Types -->
|
<!-- End of Reference Types -->
|
||||||
|
|
||||||
<div class="col-10 d-flex justify-content-between mb-4">
|
<div class="col-10 d-flex justify-content-between mb-4">
|
||||||
<button mat-button class="rounded-btn primary-inverted" (click)="resetFilters()" style="font-size: 0.87rem;">
|
<button mat-button class="rounded-btn primary-inverted" (click)="resetFilters()">
|
||||||
{{'DESCRIPTION-LISTING.FILTERS.RESET-FILTERS' | translate}}
|
{{'DESCRIPTION-LISTING.FILTERS.RESET-FILTERS' | translate}}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
|
@ -65,12 +65,9 @@ $mat-card-header-size: 40px !default;
|
||||||
|
|
||||||
.faq-title {
|
.faq-title {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font: Bold 16px/18px "Roboto";
|
font-weight: bold;
|
||||||
letter-spacing: 0px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
cursor: pointer;
|
|
||||||
text-decoration: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.faq-title:hover,
|
.faq-title:hover,
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
<!-- End of Reference Types -->
|
<!-- End of Reference Types -->
|
||||||
|
|
||||||
<div class="col-10 d-flex justify-content-between mb-4">
|
<div class="col-10 d-flex justify-content-between mb-4">
|
||||||
<button mat-button class="rounded-btn primary-inverted" (click)="resetFilters()" style="font-size: 0.87rem;">
|
<button mat-button class="rounded-btn primary-inverted" (click)="resetFilters()">
|
||||||
{{'PLAN-LISTING.FILTERS.RESET-FILTERS' | translate}}
|
{{'PLAN-LISTING.FILTERS.RESET-FILTERS' | translate}}
|
||||||
</button>
|
</button>
|
||||||
<button mat-button class="rounded-btn primary" (click)="controlModified()">
|
<button mat-button class="rounded-btn primary" (click)="controlModified()">
|
||||||
|
|
Loading…
Reference in New Issue