Merge pull request #12383 from overleaf/jel-card-color

[web] Update default card color for new CMS page style

GitOrigin-RevId: bb74164f8e29d32e3d01418e77e6c370b281a3d7
This commit is contained in:
Jessica Lawshe 2023-04-04 08:47:16 -05:00 committed by Copybot
parent 8ed9144c7d
commit caf8a57f47
4 changed files with 6 additions and 4 deletions

View file

@ -78,6 +78,6 @@
.card-gray {
&:extend(.card);
background-color: @neutral-10;
background-color: @card-gray-bg-color;
border-radius: @card-border-radius;
}

View file

@ -14,7 +14,7 @@
}
.card {
background-color: @blue-10;
background-color: @card-gray-bg-color;
border-radius: 24px;
}

View file

@ -935,8 +935,9 @@
// Cards
@card-border-radius: @border-radius-base-new;
@card-gray-bg-color: @neutral-10; // only some variations of cards
@card-box-shadow: 0px 4px 12px rgba(30, 37, 48, 0.12),
0px 2px 4px rgba(30, 37, 48, 0.08);
0px 2px 4px rgba(30, 37, 48, 0.08); // only some variations of cards
// Project table
@structured-list-link-color: @ol-blue;

View file

@ -722,8 +722,9 @@
// Cards
@card-border-radius: @border-radius-base-new;
@card-gray-bg-color: @neutral-10; // only some variations of cards
@card-box-shadow: 0px 4px 12px rgba(30, 37, 48, 0.12),
0px 2px 4px rgba(30, 37, 48, 0.08);
0px 2px 4px rgba(30, 37, 48, 0.08); // only some variations of cards
// Project table
@structured-list-link-color: @blue;