mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
9309df9a13
[web] Create new plans page table for individual plans GitOrigin-RevId: 82bfcf5a5e7886517bab9b67dfb4a712350f8c33
28 lines
459 B
Text
28 lines
459 B
Text
// Colors
|
|
.icon-accent {
|
|
color: @accent-color-secondary!important;
|
|
}
|
|
|
|
.icon-lg {
|
|
font-size: 32px !important;
|
|
width: 32px !important;
|
|
height: 32px !important;
|
|
}
|
|
|
|
.icon-md {
|
|
font-size: 24px !important;
|
|
width: 24px !important;
|
|
height: 24px !important;
|
|
}
|
|
|
|
.icon-sm {
|
|
font-size: 20px !important;
|
|
width: 20px !important;
|
|
height: 20px !important;
|
|
}
|
|
|
|
.icon-xs {
|
|
font-size: 16px !important;
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
}
|