beginner plan
This commit is contained in:
parent
cf81e86896
commit
cf82ded934
1 changed files with 5 additions and 1 deletions
|
@ -55,12 +55,16 @@ background: #013e6d !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.beginner_pane {
|
/* Pricing */
|
||||||
|
.beginner_pane, .pricing-table, .pricing_table ul.Free li:nth-child(2), .pricing_table ul.Free li.pricing_button {
|
||||||
background: black;
|
background: black;
|
||||||
border: solid;
|
border: solid;
|
||||||
border-color: orange;
|
border-color: orange;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
|
ul.Free li:first-child {
|
||||||
|
background: #2b1500;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
document.body.appendChild(style);
|
document.body.appendChild(style);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue