mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 12:03:33 -05:00
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:
parent
8ed9144c7d
commit
caf8a57f47
4 changed files with 6 additions and 4 deletions
|
@ -78,6 +78,6 @@
|
||||||
|
|
||||||
.card-gray {
|
.card-gray {
|
||||||
&:extend(.card);
|
&:extend(.card);
|
||||||
background-color: @neutral-10;
|
background-color: @card-gray-bg-color;
|
||||||
border-radius: @card-border-radius;
|
border-radius: @card-border-radius;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
background-color: @blue-10;
|
background-color: @card-gray-bg-color;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -935,8 +935,9 @@
|
||||||
|
|
||||||
// Cards
|
// Cards
|
||||||
@card-border-radius: @border-radius-base-new;
|
@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),
|
@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
|
// Project table
|
||||||
@structured-list-link-color: @ol-blue;
|
@structured-list-link-color: @ol-blue;
|
||||||
|
|
|
@ -722,8 +722,9 @@
|
||||||
|
|
||||||
// Cards
|
// Cards
|
||||||
@card-border-radius: @border-radius-base-new;
|
@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),
|
@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
|
// Project table
|
||||||
@structured-list-link-color: @blue;
|
@structured-list-link-color: @blue;
|
||||||
|
|
Loading…
Reference in a new issue