mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
38 lines
625 B
Text
38 lines
625 B
Text
|
.group-subscription-modal {
|
||
|
.modal-header {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.group-plan-option {
|
||
|
display: block;
|
||
|
|
||
|
span {
|
||
|
padding-left: 5px;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.educational-discount-badge {
|
||
|
height: 50px;
|
||
|
padding-top: 25px;
|
||
|
|
||
|
p {
|
||
|
display: inline-block;
|
||
|
padding-left: 5px;
|
||
|
padding-right: 5px;
|
||
|
font-weight: bold;
|
||
|
font-size: @font-size-small;
|
||
|
}
|
||
|
|
||
|
.applied {
|
||
|
background-color: rgba(@ol-dark-green, 0.1);
|
||
|
color: @ol-dark-green;
|
||
|
}
|
||
|
|
||
|
.ineligible {
|
||
|
background-color: @ol-blue-gray-0;
|
||
|
color: @ol-blue-gray-4;
|
||
|
}
|
||
|
}
|
||
|
}
|