2014-04-16 14:49:28 -04:00
|
|
|
/* Default badge styles. */
|
2014-04-16 06:02:57 -04:00
|
|
|
.user-badge {
|
|
|
|
padding: 3px 8px;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
|
|
|
border: 1px solid var(--primary-low);
|
2022-10-12 10:05:42 -04:00
|
|
|
line-height: var(--line-height-large);
|
2018-12-14 22:16:18 -05:00
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
2020-08-03 22:57:10 -04:00
|
|
|
background-color: var(--secondary);
|
2021-06-22 11:58:03 -04:00
|
|
|
margin: 4px 0 0;
|
2014-04-16 06:02:57 -04:00
|
|
|
|
2014-06-10 22:14:47 -04:00
|
|
|
img {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
2019-01-23 05:29:51 -05:00
|
|
|
.badge-display-name {
|
|
|
|
margin-left: 0.25em;
|
|
|
|
}
|
|
|
|
|
2014-04-16 06:02:57 -04:00
|
|
|
&.badge-type-gold .fa {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--gold) !important;
|
2014-04-16 06:02:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-type-silver .fa {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--silver) !important;
|
2014-04-16 06:02:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-type-bronze .fa {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--bronze) !important;
|
2014-04-16 06:02:57 -04:00
|
|
|
}
|
2017-12-27 00:57:21 -05:00
|
|
|
|
|
|
|
&.disabled {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-medium);
|
|
|
|
background-color: var(--primary-very-low);
|
2017-12-27 00:57:21 -05:00
|
|
|
.fa {
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
}
|
2014-04-16 06:02:57 -04:00
|
|
|
}
|
2014-04-16 09:12:06 -04:00
|
|
|
|
2015-11-05 04:51:05 -05:00
|
|
|
@media all and (max-width: 750px) {
|
|
|
|
.show-badge .user-badge-with-posts .badge-user a.post-link {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.show-badge div.badge-user {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.badges-listing {
|
|
|
|
display: block;
|
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
.info,
|
|
|
|
.grant-count {
|
2015-11-05 04:51:05 -05:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
.row > div.info {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-11-05 04:51:05 -05:00
|
|
|
|
|
|
|
.row {
|
|
|
|
display: block;
|
|
|
|
> div {
|
|
|
|
display: block;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
2014-04-16 09:12:06 -04:00
|
|
|
}
|
|
|
|
}
|
2016-03-30 12:05:16 -04:00
|
|
|
|
2016-01-18 01:59:07 -05:00
|
|
|
.show-badge .badge-user-info {
|
|
|
|
.earned {
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-2);
|
2016-03-24 13:05:09 -04:00
|
|
|
margin-bottom: 1em;
|
2016-01-18 01:59:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-badge .single-user {
|
|
|
|
margin-left: 2%;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
.load-more {
|
|
|
|
padding-top: 30px;
|
|
|
|
display: block;
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-2);
|
2016-01-18 01:59:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-badge .single-user .badge-user {
|
|
|
|
padding-left: 0;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
display: block;
|
|
|
|
margin: 20px 0;
|
|
|
|
.badge-info {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.date {
|
|
|
|
display: inline-block;
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-1);
|
2016-01-18 01:59:07 -05:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.post-link {
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-2);
|
2016-01-18 01:59:07 -05:00
|
|
|
width: 500px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
width: 800px;
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-02-27 01:19:18 -05:00
|
|
|
.long-description.banner {
|
|
|
|
width: 88%;
|
2016-03-23 02:27:03 -04:00
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-top: 15px;
|
2015-02-27 01:19:18 -05:00
|
|
|
}
|
2016-03-25 15:32:48 -04:00
|
|
|
|
|
|
|
.badge-card {
|
2020-08-03 22:57:10 -04:00
|
|
|
background-color: var(--primary-very-low);
|
|
|
|
border: 1px solid var(--primary-low);
|
2021-07-13 15:58:51 -04:00
|
|
|
position: relative;
|
2018-06-08 05:49:31 -04:00
|
|
|
|
2016-03-25 15:32:48 -04:00
|
|
|
.check-display {
|
|
|
|
position: absolute;
|
|
|
|
left: 5px;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grant-count {
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
top: 5px;
|
|
|
|
font-weight: bold;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-medium);
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-2);
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
|
2021-06-01 04:33:40 -04:00
|
|
|
.favorite-btn {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
2016-03-25 15:32:48 -04:00
|
|
|
.badge-contents {
|
|
|
|
display: flex;
|
2021-07-13 15:58:51 -04:00
|
|
|
min-height: 8em;
|
|
|
|
padding: 0 1.5em;
|
2018-06-08 05:49:31 -04:00
|
|
|
|
2018-03-02 12:42:02 -05:00
|
|
|
.badge-link {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2018-03-02 12:42:02 -05:00
|
|
|
}
|
2016-03-25 15:32:48 -04:00
|
|
|
|
|
|
|
.badge-icon {
|
|
|
|
display: flex;
|
2021-07-13 15:58:51 -04:00
|
|
|
flex-shrink: 0;
|
|
|
|
margin-right: 1.5em;
|
2016-03-25 15:32:48 -04:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2021-07-13 15:58:51 -04:00
|
|
|
width: 64px;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
font-size: 3.5em;
|
2019-07-05 12:37:18 -04:00
|
|
|
}
|
2021-07-13 15:58:51 -04:00
|
|
|
|
2016-03-28 14:39:55 -04:00
|
|
|
img {
|
2019-07-05 12:37:18 -04:00
|
|
|
width: 100%;
|
2021-07-13 15:58:51 -04:00
|
|
|
max-width: 64px;
|
|
|
|
max-height: 64px;
|
2016-03-28 14:39:55 -04:00
|
|
|
}
|
|
|
|
|
2016-03-25 15:32:48 -04:00
|
|
|
&.badge-type-gold .fa {
|
2016-04-05 03:05:38 -04:00
|
|
|
color: rgb(231, 195, 0) !important;
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-type-silver .fa {
|
2016-03-29 09:46:41 -04:00
|
|
|
color: #c0c0c0 !important;
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-type-bronze .fa {
|
2016-03-29 09:46:41 -04:00
|
|
|
color: #cd7f32 !important;
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-info {
|
|
|
|
display: flex;
|
2018-03-02 12:42:02 -05:00
|
|
|
flex: 1 1 auto;
|
2016-03-25 15:32:48 -04:00
|
|
|
align-items: center;
|
2021-07-13 15:58:51 -04:00
|
|
|
padding: 1em 0;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2016-03-25 15:32:48 -04:00
|
|
|
|
|
|
|
h3 {
|
2018-03-02 12:42:02 -05:00
|
|
|
margin-bottom: 0.25em;
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-1);
|
2018-03-02 12:42:02 -05:00
|
|
|
@media screen and (min-width: 900px) {
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-2);
|
2018-03-02 12:42:02 -05:00
|
|
|
}
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-02 12:42:02 -05:00
|
|
|
&.large {
|
2016-03-30 12:05:16 -04:00
|
|
|
width: 100%;
|
2018-03-02 16:15:31 -05:00
|
|
|
align-self: flex-start;
|
2021-07-13 15:58:51 -04:00
|
|
|
|
2018-03-02 12:42:02 -05:00
|
|
|
@media screen and (min-width: 767px) {
|
2022-06-28 22:49:01 -04:00
|
|
|
max-width: calc(var(--d-max-width) / 2);
|
2018-06-08 05:49:31 -04:00
|
|
|
margin-right: 1.5em;
|
2018-03-02 12:42:02 -05:00
|
|
|
}
|
2021-07-13 15:58:51 -04:00
|
|
|
|
2018-03-02 12:42:02 -05:00
|
|
|
.badge-contents {
|
2019-04-03 05:35:27 -04:00
|
|
|
padding: 0 5%;
|
|
|
|
h3 {
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-3);
|
2018-06-08 05:49:31 -04:00
|
|
|
}
|
2018-03-02 12:42:02 -05:00
|
|
|
}
|
2016-03-30 12:05:16 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-02 12:42:02 -05:00
|
|
|
.badges-granted {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
@media screen and (max-width: $small-width) {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge-groups {
|
|
|
|
margin: 20px 0;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-med-or-secondary-med);
|
2016-03-25 15:32:48 -04:00
|
|
|
h3 {
|
2018-06-08 05:49:31 -04:00
|
|
|
margin-bottom: 1em;
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-02 16:15:31 -05:00
|
|
|
.badge-title {
|
|
|
|
.user-content {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-group-list {
|
2021-07-13 15:58:51 -04:00
|
|
|
display: grid;
|
|
|
|
grid: auto-flow / repeat(3, 1fr);
|
|
|
|
grid-gap: 1em;
|
2021-07-27 00:15:09 -04:00
|
|
|
width: 100%;
|
2016-03-25 15:32:48 -04:00
|
|
|
margin-bottom: 1.5em;
|
2021-07-13 15:58:51 -04:00
|
|
|
|
2018-07-12 16:38:51 -04:00
|
|
|
@include breakpoint(medium) {
|
2021-07-13 15:58:51 -04:00
|
|
|
grid: auto-flow / repeat(2, 1fr);
|
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint(mobile-extra-large) {
|
|
|
|
grid: auto-flow / 1fr;
|
2018-03-02 12:42:02 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-1);
|
2018-03-02 12:42:02 -05:00
|
|
|
}
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.show-badge-details {
|
|
|
|
display: flex;
|
2018-03-02 13:21:04 -05:00
|
|
|
flex-wrap: wrap;
|
2016-03-25 15:32:48 -04:00
|
|
|
flex-direction: row;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
margin-top: 1em;
|
|
|
|
|
|
|
|
.badge-grant-info {
|
2017-08-17 16:32:37 -04:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
2018-03-02 16:15:31 -05:00
|
|
|
|
2016-03-25 15:32:48 -04:00
|
|
|
.grant-info-item {
|
|
|
|
margin-bottom: 1em;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-med-or-secondary-med);
|
2018-03-02 14:43:54 -05:00
|
|
|
&:first-of-type {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
2017-08-17 16:32:37 -04:00
|
|
|
|
2018-03-02 16:15:31 -05:00
|
|
|
.badge-set-title {
|
|
|
|
padding: 1.5em;
|
2020-08-03 22:57:10 -04:00
|
|
|
border: 1px solid var(--primary-low);
|
2018-06-08 05:49:31 -04:00
|
|
|
|
2018-03-02 16:15:31 -05:00
|
|
|
.user-content {
|
|
|
|
padding: 0;
|
|
|
|
.control-group {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-17 16:32:37 -04:00
|
|
|
.badge-title .form-horizontal .controls {
|
2018-03-02 16:15:31 -05:00
|
|
|
margin-left: 0;
|
2017-08-17 16:32:37 -04:00
|
|
|
}
|
|
|
|
|
2018-03-02 16:15:31 -05:00
|
|
|
.form-horizontal {
|
|
|
|
margin-bottom: 0;
|
2017-08-17 16:32:37 -04:00
|
|
|
}
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.check-display {
|
|
|
|
display: inline-block;
|
2019-01-31 15:27:46 -05:00
|
|
|
padding: 0 0.25em;
|
2016-03-25 15:32:48 -04:00
|
|
|
border-radius: 10px;
|
|
|
|
text-align: center;
|
|
|
|
.fa {
|
|
|
|
font-size: 0.9em;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--secondary);
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.check-display.status-checked {
|
2020-08-03 22:57:10 -04:00
|
|
|
background-color: var(--success);
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.check-display.status-unchecked {
|
2020-08-03 22:57:10 -04:00
|
|
|
background-color: var(--danger);
|
2016-03-25 15:32:48 -04:00
|
|
|
}
|
|
|
|
|
2016-03-29 01:21:39 -04:00
|
|
|
.hyperlink {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|