Merge pull request #2030 from overleaf/jel-card-z-index

Remove card position styling

GitOrigin-RevId: 298998f5f3032064b7bce8016cab96a54597c2b3
This commit is contained in:
Alasdair Smith 2019-08-02 10:48:05 +02:00 committed by sharelatex
parent 07e68cbc00
commit efbcfd10be

View file

@ -40,9 +40,6 @@
border-radius: 0;
&.card-highlighted {
// Bring card in front of other cards
position: relative;
z-index: 1;
// Make it taller and card like
margin-top: 0;
border-radius: @border-radius-base;