mirror of https://github.com/zulip/zulip.git
103 lines
1.6 KiB
SCSS
103 lines
1.6 KiB
SCSS
.activity_head {
|
|
background-color: hsl(208, 100%, 97%);
|
|
}
|
|
|
|
.table td {
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.table-striped {
|
|
tr.recently_active {
|
|
td {
|
|
background-color: hsl(120, 97%, 83%);
|
|
}
|
|
|
|
&:nth-child(odd) td {
|
|
background-color: hsl(120, 70%, 76%);
|
|
}
|
|
}
|
|
|
|
tr.long_inactive {
|
|
td {
|
|
background-color: hsl(0, 97%, 83%);
|
|
}
|
|
|
|
&:nth-child(odd) td {
|
|
background-color: hsl(0, 70%, 76%);
|
|
}
|
|
}
|
|
}
|
|
|
|
td.number {
|
|
text-align: right;
|
|
}
|
|
|
|
.summary-table {
|
|
width: auto;
|
|
margin: 0px auto;
|
|
}
|
|
|
|
tr.admin td:first-child {
|
|
font-weight: bold;
|
|
color: hsl(240, 100%, 50%);
|
|
font-size: 110%;
|
|
}
|
|
|
|
.good {
|
|
font-weight: bold;
|
|
color: hsl(120, 100%, 33%);
|
|
}
|
|
|
|
.bad {
|
|
font-weight: bold;
|
|
color: hsl(0, 100%, 39%);
|
|
}
|
|
|
|
.support-query-result {
|
|
background-color: hsl(210, 100%, 97%);
|
|
padding-left: 15px;
|
|
padding-top: 14px;
|
|
border-radius: 7px;
|
|
box-shadow: 0 10px 7px -6px hsl(0, 2%, 45%);
|
|
}
|
|
|
|
.support-realm-icon {
|
|
max-width: 25px;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
|
|
.support-discount-form {
|
|
position: relative;
|
|
top: -50px;
|
|
}
|
|
|
|
.support-plan-type-form {
|
|
position: relative;
|
|
top: -25px;
|
|
}
|
|
|
|
.sponsorship-pending-form {
|
|
position: relative;
|
|
top: -25px;
|
|
}
|
|
|
|
.scrub-realm-form {
|
|
position: relative;
|
|
top: -50px;
|
|
}
|
|
|
|
.support-search-button {
|
|
border-color: hsl(0, 0%, 83%);
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.support-submit-button {
|
|
position: relative;
|
|
top: -5px;
|
|
border-color: hsl(0, 0%, 83%);
|
|
border-radius: 2px;
|
|
}
|