2018-02-21 19:03:48 -05:00
|
|
|
$maximum-width: 1235px;
|
|
|
|
$fluid-breakpoint: $maximum-width + 20px;
|
|
|
|
$column-breakpoint: 700px;
|
|
|
|
$small-breakpoint: 960px;
|
|
|
|
|
|
|
|
.container {
|
|
|
|
box-sizing: border-box;
|
|
|
|
max-width: $maximum-width;
|
|
|
|
margin: 0 auto;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
@media screen and (max-width: $fluid-breakpoint) {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-09 06:58:20 -04:00
|
|
|
.rich-formatting {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-sans-serif, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 30px;
|
|
|
|
color: $darker-text-color;
|
|
|
|
padding-right: 10px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $highlight-text-color;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
p,
|
|
|
|
li {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-sans-serif, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 30px;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $highlight-text-color;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-13 12:36:40 -05:00
|
|
|
strong,
|
2018-08-09 06:58:20 -04:00
|
|
|
em {
|
|
|
|
font-weight: 700;
|
|
|
|
color: lighten($darker-text-color, 10%);
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-size: 26px;
|
|
|
|
line-height: 30px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
|
|
|
small {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-sans-serif, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
display: block;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 400;
|
|
|
|
color: lighten($darker-text-color, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-size: 22px;
|
|
|
|
line-height: 26px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
color: $secondary-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-size: 18px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
color: $secondary-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
color: $secondary-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
color: $secondary-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
color: $secondary-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul,
|
|
|
|
ol {
|
|
|
|
margin-left: 20px;
|
|
|
|
|
|
|
|
&[type='a'] {
|
|
|
|
list-style-type: lower-alpha;
|
|
|
|
}
|
|
|
|
|
|
|
|
&[type='i'] {
|
|
|
|
list-style-type: lower-roman;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol {
|
|
|
|
list-style: decimal;
|
|
|
|
}
|
|
|
|
|
|
|
|
li > ol,
|
|
|
|
li > ul {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
width: 100%;
|
|
|
|
height: 0;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid rgba($ui-base-lighter-color, .6);
|
|
|
|
margin: 20px 0;
|
|
|
|
|
|
|
|
&.spacer {
|
|
|
|
height: 1px;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.information-board {
|
|
|
|
background: darken($ui-base-color, 4%);
|
|
|
|
padding: 20px 0;
|
|
|
|
|
|
|
|
.container-alt {
|
|
|
|
position: relative;
|
|
|
|
padding-right: 280px + 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__sections {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__section {
|
|
|
|
flex: 1 0 0;
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-sans-serif, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 28px;
|
|
|
|
color: $primary-text-color;
|
|
|
|
text-align: right;
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
|
|
|
span,
|
|
|
|
strong {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
&:last-child {
|
|
|
|
color: $secondary-text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
strong {
|
2019-03-12 12:34:00 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-weight: 500;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: $column-breakpoint) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel {
|
|
|
|
position: absolute;
|
|
|
|
width: 280px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: darken($ui-base-color, 8%);
|
|
|
|
padding: 20px;
|
|
|
|
padding-top: 10px;
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: -40px;
|
|
|
|
|
|
|
|
.panel-header {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2018-08-09 06:58:20 -04:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
color: $darker-text-color;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 4%);
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
a,
|
|
|
|
span {
|
|
|
|
font-weight: 400;
|
|
|
|
color: darken($darker-text-color, 10%);
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.owner {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
border-radius: 48px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
color: $primary-text-color;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.display_name {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.username {
|
|
|
|
display: block;
|
|
|
|
color: $darker-text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-26 10:19:07 -05:00
|
|
|
.landing-page {
|
2017-08-25 11:19:35 -04:00
|
|
|
p,
|
|
|
|
li {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-sans-serif, sans-serif;
|
2017-08-25 11:19:35 -04:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 30px;
|
|
|
|
margin-bottom: 12px;
|
2018-04-18 10:52:15 -04:00
|
|
|
color: $darker-text-color;
|
2017-01-13 14:27:02 -05:00
|
|
|
|
2017-08-25 11:19:35 -04:00
|
|
|
a {
|
2018-04-18 10:52:15 -04:00
|
|
|
color: $highlight-text-color;
|
2017-08-25 11:19:35 -04:00
|
|
|
text-decoration: underline;
|
2017-01-13 14:27:02 -05:00
|
|
|
}
|
2016-09-27 17:12:33 -04:00
|
|
|
}
|
|
|
|
|
2017-08-25 11:19:35 -04:00
|
|
|
em {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2017-12-07 15:35:19 -05:00
|
|
|
font-weight: 700;
|
2017-08-25 11:19:35 -04:00
|
|
|
background: transparent;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
2018-04-21 15:35:55 -04:00
|
|
|
color: lighten($darker-text-color, 10%);
|
2017-08-25 11:19:35 -04:00
|
|
|
}
|
|
|
|
|
2016-09-27 17:12:33 -04:00
|
|
|
h1 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2017-08-25 11:19:35 -04:00
|
|
|
font-size: 26px;
|
|
|
|
line-height: 30px;
|
|
|
|
font-weight: 500;
|
2016-09-27 17:12:33 -04:00
|
|
|
margin-bottom: 20px;
|
2018-04-21 15:35:55 -04:00
|
|
|
color: $secondary-text-color;
|
2016-09-27 17:12:33 -04:00
|
|
|
|
2017-08-25 11:19:35 -04:00
|
|
|
small {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-sans-serif, sans-serif;
|
2017-08-25 11:19:35 -04:00
|
|
|
display: block;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 400;
|
2018-04-21 15:35:55 -04:00
|
|
|
color: lighten($darker-text-color, 10%);
|
2016-09-27 17:12:33 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-01 13:03:51 -04:00
|
|
|
h2 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2017-08-25 11:19:35 -04:00
|
|
|
font-size: 22px;
|
|
|
|
line-height: 26px;
|
|
|
|
font-weight: 500;
|
2016-11-01 13:03:51 -04:00
|
|
|
margin-bottom: 20px;
|
2018-04-21 15:35:55 -04:00
|
|
|
color: $secondary-text-color;
|
2016-11-01 13:03:51 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2017-08-25 11:19:35 -04:00
|
|
|
font-size: 18px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
2018-04-21 15:35:55 -04:00
|
|
|
color: $secondary-text-color;
|
2017-08-25 11:19:35 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2017-08-25 11:19:35 -04:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
2018-04-21 15:35:55 -04:00
|
|
|
color: $secondary-text-color;
|
2017-08-25 11:19:35 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2017-08-25 11:19:35 -04:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 20px;
|
2018-04-21 15:35:55 -04:00
|
|
|
color: $secondary-text-color;
|
2017-08-25 11:19:35 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-display, sans-serif;
|
2017-08-25 11:19:35 -04:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
2016-11-01 13:03:51 -04:00
|
|
|
margin-bottom: 20px;
|
2018-04-21 15:35:55 -04:00
|
|
|
color: $secondary-text-color;
|
2016-11-01 13:03:51 -04:00
|
|
|
}
|
|
|
|
|
2017-05-07 14:47:31 -04:00
|
|
|
ul,
|
|
|
|
ol {
|
2016-11-01 13:03:51 -04:00
|
|
|
margin-left: 20px;
|
|
|
|
|
|
|
|
&[type='a'] {
|
|
|
|
list-style-type: lower-alpha;
|
|
|
|
}
|
|
|
|
|
|
|
|
&[type='i'] {
|
|
|
|
list-style-type: lower-roman;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-25 11:19:35 -04:00
|
|
|
ul {
|
|
|
|
list-style: disc;
|
2016-11-01 13:03:51 -04:00
|
|
|
}
|
|
|
|
|
2017-08-25 11:19:35 -04:00
|
|
|
ol {
|
|
|
|
list-style: decimal;
|
2016-11-01 11:58:13 -04:00
|
|
|
}
|
|
|
|
|
2017-08-25 11:19:35 -04:00
|
|
|
li > ol,
|
|
|
|
li > ul {
|
|
|
|
margin-top: 6px;
|
2016-10-03 10:10:17 -04:00
|
|
|
}
|
2017-01-13 14:14:21 -05:00
|
|
|
|
2017-08-25 11:19:35 -04:00
|
|
|
hr {
|
2018-02-21 19:03:48 -05:00
|
|
|
width: 100%;
|
|
|
|
height: 0;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid rgba($ui-base-lighter-color, .6);
|
|
|
|
margin: 20px 0;
|
2018-04-04 15:47:39 -04:00
|
|
|
|
|
|
|
&.spacer {
|
|
|
|
height: 1px;
|
|
|
|
border: 0;
|
|
|
|
}
|
2017-07-24 09:09:08 -04:00
|
|
|
}
|
|
|
|
|
2018-02-21 19:03:48 -05:00
|
|
|
&__information,
|
|
|
|
&__forms {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__call-to-action {
|
|
|
|
background: darken($ui-base-color, 4%);
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 25px 40px;
|
|
|
|
overflow: hidden;
|
2018-08-10 00:43:02 -04:00
|
|
|
box-sizing: border-box;
|
2018-02-21 19:03:48 -05:00
|
|
|
|
|
|
|
.row {
|
2018-08-10 00:43:02 -04:00
|
|
|
width: 100%;
|
2018-02-26 10:19:07 -05:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
2019-02-13 12:36:40 -05:00
|
|
|
flex-wrap: nowrap;
|
2018-02-26 10:19:07 -05:00
|
|
|
justify-content: space-between;
|
2018-02-21 19:03:48 -05:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2018-02-26 10:19:07 -05:00
|
|
|
.row__information-board {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: flex-end;
|
|
|
|
|
|
|
|
.information-board__section {
|
2018-02-28 20:48:08 -05:00
|
|
|
flex: 1 0 auto;
|
|
|
|
padding: 0 10px;
|
2018-02-26 10:19:07 -05:00
|
|
|
}
|
2018-08-10 00:43:02 -04:00
|
|
|
|
|
|
|
@media screen and (max-width: $no-gap-breakpoint) {
|
|
|
|
width: 100%;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2018-02-26 10:19:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.row__mascot {
|
|
|
|
flex: 1;
|
|
|
|
margin: 10px -50px 0 0;
|
2018-08-10 00:43:02 -04:00
|
|
|
|
|
|
|
@media screen and (max-width: $no-gap-breakpoint) {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-02-21 19:03:48 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__logo {
|
|
|
|
margin-right: 20px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
height: 50px;
|
|
|
|
width: auto;
|
|
|
|
mix-blend-mode: lighten;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__information {
|
|
|
|
padding: 45px 40px;
|
|
|
|
margin-bottom: 10px;
|
2017-03-21 14:18:37 -04:00
|
|
|
|
2018-02-21 19:03:48 -05:00
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2019-01-21 14:03:44 -05:00
|
|
|
strong {
|
2019-02-13 12:36:40 -05:00
|
|
|
font-weight: 500;
|
2019-01-21 14:03:44 -05:00
|
|
|
color: lighten($darker-text-color, 10%);
|
|
|
|
}
|
|
|
|
|
2018-04-03 19:11:26 -04:00
|
|
|
.account {
|
|
|
|
border-bottom: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
&__display-name {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.account__display-name {
|
|
|
|
&:hover {
|
|
|
|
.display-name strong {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.account__avatar {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__avatar-wrapper {
|
|
|
|
margin-left: 0;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__avatar {
|
|
|
|
width: 44px;
|
|
|
|
height: 44px;
|
|
|
|
background-size: 44px 44px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.display-name {
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
&__account {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: $small-breakpoint) {
|
|
|
|
.contact {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-21 19:03:48 -05:00
|
|
|
@media screen and (max-width: $column-breakpoint) {
|
|
|
|
padding: 25px 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__information,
|
|
|
|
&__forms,
|
|
|
|
#mastodon-timeline {
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: $ui-base-color;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 0 6px rgba($black, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
&__mascot {
|
|
|
|
height: 104px;
|
|
|
|
position: relative;
|
|
|
|
left: -40px;
|
|
|
|
bottom: 25px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
height: 190px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__short-description {
|
|
|
|
.row {
|
2018-02-26 10:19:07 -05:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2018-02-21 19:03:48 -05:00
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: $column-breakpoint) {
|
|
|
|
.row {
|
2017-08-25 11:19:35 -04:00
|
|
|
margin-bottom: 20px;
|
2018-02-21 19:03:48 -05:00
|
|
|
}
|
|
|
|
}
|
2017-07-11 09:27:59 -04:00
|
|
|
|
2018-02-21 19:03:48 -05:00
|
|
|
p a {
|
2018-04-21 15:35:55 -04:00
|
|
|
color: $secondary-text-color;
|
2018-02-21 19:03:48 -05:00
|
|
|
}
|
2017-07-24 04:43:59 -04:00
|
|
|
|
2018-02-21 19:03:48 -05:00
|
|
|
h1 {
|
|
|
|
font-weight: 500;
|
|
|
|
color: $primary-text-color;
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
small {
|
2018-04-18 10:52:15 -04:00
|
|
|
color: $darker-text-color;
|
2018-02-21 19:03:48 -05:00
|
|
|
|
|
|
|
span {
|
2018-04-21 15:35:55 -04:00
|
|
|
color: $secondary-text-color;
|
2017-08-25 11:19:35 -04:00
|
|
|
}
|
2017-07-24 04:43:59 -04:00
|
|
|
}
|
2017-08-25 11:19:35 -04:00
|
|
|
}
|
2017-03-21 14:18:37 -04:00
|
|
|
|
2018-02-21 19:03:48 -05:00
|
|
|
p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-08-25 11:19:35 -04:00
|
|
|
|
2018-02-21 19:03:48 -05:00
|
|
|
&__hero {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
@media screen and (max-width: 840px) {
|
|
|
|
.information-board {
|
|
|
|
.container-alt {
|
|
|
|
padding-right: 20px;
|
2017-03-21 14:18:37 -04:00
|
|
|
}
|
2017-07-11 09:27:59 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.panel {
|
|
|
|
position: static;
|
|
|
|
margin-top: 20px;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 4px;
|
2017-07-11 09:27:59 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.panel-header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-02-21 19:03:48 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-08-25 11:19:35 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
@media screen and (max-width: 675px) {
|
|
|
|
.header-wrapper {
|
|
|
|
padding-top: 0;
|
2018-02-21 19:03:48 -05:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&.compact {
|
|
|
|
padding-bottom: 0;
|
2018-02-21 19:03:48 -05:00
|
|
|
}
|
2018-07-02 19:48:09 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&.compact .hero .heading {
|
|
|
|
text-align: initial;
|
2018-07-02 19:48:09 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.header .container-alt,
|
|
|
|
.features .container-alt {
|
|
|
|
display: block;
|
2018-02-21 19:03:48 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.cta {
|
|
|
|
margin: 20px;
|
2018-02-21 19:03:48 -05:00
|
|
|
}
|
2019-03-12 12:34:00 -04:00
|
|
|
}
|
2018-02-21 19:03:48 -05:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.landing {
|
|
|
|
margin-bottom: 100px;
|
2018-02-21 19:03:48 -05:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
@media screen and (max-width: 738px) {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-02-21 19:03:48 -05:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&__brand {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2019-03-19 18:47:10 -04:00
|
|
|
padding: 50px;
|
2018-02-21 19:03:48 -05:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
img {
|
|
|
|
height: 52px;
|
2017-08-25 11:19:35 -04:00
|
|
|
}
|
2018-03-07 02:59:27 -05:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
@media screen and (max-width: $no-gap-breakpoint) {
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 30px;
|
2018-03-07 02:59:27 -05:00
|
|
|
}
|
2017-07-11 09:27:59 -04:00
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.directory {
|
|
|
|
margin-top: 30px;
|
|
|
|
background: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2017-07-11 09:27:59 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.hero-widget {
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 0;
|
2017-07-11 09:27:59 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
h4 {
|
|
|
|
padding: 10px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 13px;
|
|
|
|
color: $darker-text-color;
|
2017-07-11 09:27:59 -04:00
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&__text {
|
|
|
|
border-radius: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2018-02-21 19:03:48 -05:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&__footer {
|
|
|
|
background: $ui-base-color;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
display: flex;
|
2018-02-21 19:03:48 -05:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&__column {
|
|
|
|
flex: 1 1 50%;
|
2018-02-21 19:03:48 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.account {
|
|
|
|
padding: 10px 0;
|
|
|
|
border-bottom: 0;
|
2017-07-11 09:27:59 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.account__display-name {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2017-08-25 11:19:35 -04:00
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.account__avatar {
|
|
|
|
width: 44px;
|
|
|
|
height: 44px;
|
|
|
|
background-size: 44px 44px;
|
2017-07-24 09:09:08 -04:00
|
|
|
}
|
|
|
|
}
|
2017-04-08 12:31:50 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&__counter {
|
|
|
|
padding: 10px;
|
2017-07-25 15:31:56 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
strong {
|
|
|
|
font-family: $font-display, sans-serif;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 700;
|
|
|
|
display: block;
|
2017-09-16 12:39:12 -04:00
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
span {
|
|
|
|
font-size: 14px;
|
|
|
|
color: $darker-text-color;
|
2017-07-25 15:31:56 -04:00
|
|
|
}
|
2017-07-11 09:27:59 -04:00
|
|
|
}
|
2019-03-12 12:34:00 -04:00
|
|
|
}
|
2017-07-11 09:27:59 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.simple_form .user_agreement .label_input > label {
|
|
|
|
font-weight: 400;
|
|
|
|
color: $darker-text-color;
|
|
|
|
}
|
2017-07-26 07:45:49 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.simple_form p.lead {
|
|
|
|
color: $darker-text-color;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 20px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
2017-07-11 09:27:59 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&__grid {
|
|
|
|
max-width: 960px;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: minmax(0, 50%) minmax(0, 50%);
|
|
|
|
grid-gap: 30px;
|
2017-07-11 09:27:59 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
@media screen and (max-width: 738px) {
|
|
|
|
grid-template-columns: minmax(0, 100%);
|
|
|
|
grid-gap: 10px;
|
2017-07-25 10:20:26 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&__column-login {
|
|
|
|
grid-row: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2017-07-25 10:20:26 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.box-widget {
|
|
|
|
order: 2;
|
|
|
|
flex: 0 0 auto;
|
2017-08-25 11:19:35 -04:00
|
|
|
}
|
2017-07-24 09:09:08 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.hero-widget {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
order: 1;
|
|
|
|
flex: 0 0 auto;
|
2017-07-11 09:27:59 -04:00
|
|
|
}
|
|
|
|
}
|
2017-10-07 14:00:35 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&__column-registration {
|
|
|
|
grid-row: 2;
|
2018-07-30 20:54:25 -04:00
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.directory {
|
|
|
|
margin-top: 10px;
|
2018-07-30 20:54:25 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
@media screen and (max-width: $no-gap-breakpoint) {
|
|
|
|
grid-gap: 0;
|
2017-10-14 08:48:12 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.hero-widget {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 0;
|
|
|
|
box-shadow: none;
|
2017-10-14 08:48:12 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&__img,
|
|
|
|
&__img img,
|
|
|
|
&__footer {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2017-10-07 14:00:35 -04:00
|
|
|
}
|
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.hero-widget,
|
|
|
|
.box-widget,
|
|
|
|
.directory__tag {
|
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 8%);
|
2018-02-26 11:43:45 -05:00
|
|
|
}
|
2017-10-07 14:00:35 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
.directory {
|
|
|
|
margin-top: 0;
|
2018-07-30 20:54:25 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
&__tag {
|
|
|
|
margin-bottom: 0;
|
2017-10-07 14:00:35 -04:00
|
|
|
|
2019-03-12 12:34:00 -04:00
|
|
|
& > a,
|
|
|
|
& > div {
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2018-02-26 11:43:45 -05:00
|
|
|
}
|
|
|
|
}
|
2017-10-07 14:00:35 -04:00
|
|
|
}
|
|
|
|
}
|
2017-03-21 14:18:37 -04:00
|
|
|
}
|
2019-03-12 12:34:00 -04:00
|
|
|
|
|
|
|
.brand {
|
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.brand__tagline {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
bottom: -10px;
|
|
|
|
left: 50px;
|
|
|
|
width: 300px;
|
|
|
|
color: $ui-primary-color;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
@media screen and (max-width: $no-gap-breakpoint) {
|
|
|
|
position: static;
|
|
|
|
width: auto;
|
|
|
|
margin-top: 20px;
|
|
|
|
color: $dark-text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|