mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
v2 plans style overrides and capitalize "Best Value"
This commit is contained in:
parent
eb8e279ac7
commit
a87b5a629a
3 changed files with 16 additions and 0 deletions
14
services/web/public/stylesheets/app/plans-ol.less
Normal file
14
services/web/public/stylesheets/app/plans-ol.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
.plans {
|
||||
blockquote {
|
||||
footer{
|
||||
/* accessibility fix */
|
||||
color: @ol-blue-gray-3;
|
||||
}
|
||||
}
|
||||
.plans-header{
|
||||
h1, h2 {
|
||||
color: @gray-dark;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
.best-value {
|
||||
color: @brand-secondary;
|
||||
line-height: @line-height-computed;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
blockquote {
|
||||
footer{
|
||||
|
|
|
@ -15,4 +15,5 @@
|
|||
@import "app/about.less";
|
||||
@import "app/blog-posts.less";
|
||||
@import "app/cms-page.less";
|
||||
@import "app/plans-ol.less";
|
||||
@import "app/portals.less";
|
Loading…
Reference in a new issue