You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.2 KiB
73 lines
1.2 KiB
6 years ago
|
/**
|
||
|
* @file
|
||
|
* Visual styles for Magazine+'s node component.
|
||
|
*/
|
||
|
|
||
|
/*Node*/
|
||
|
.node--view-mode-teaser {
|
||
|
padding: 0 0 30px 0;
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
.node__header {
|
||
|
padding: 0 0 5px;
|
||
|
}
|
||
|
.node__header .field--name-user-picture {
|
||
|
padding: 0 0 5px 0;
|
||
|
max-width: 55px;
|
||
|
}
|
||
|
.node__title {
|
||
|
font-size: 26px;
|
||
|
margin-top: 0px;
|
||
|
}
|
||
|
.node__header h2 {
|
||
|
margin: 0 0 5px;
|
||
|
}
|
||
|
.node__links {
|
||
|
margin-top: 35px;
|
||
|
}
|
||
|
.node__container {
|
||
|
position: relative;
|
||
|
}
|
||
|
.feed-icon {
|
||
|
display: block;
|
||
|
margin: 0px 0 60px;
|
||
|
}
|
||
|
.field--name-user-picture img {
|
||
|
-webkit-border-radius: 100%;
|
||
|
-moz-border-radius: 100%;
|
||
|
border-radius: 100%;
|
||
|
}
|
||
|
.paragraph-responsive-typography-enabled .node__main-content p {
|
||
|
line-height: calc(155% + 0.2vw);
|
||
|
font-size: calc(0.9em + 0.3vw);
|
||
|
}
|
||
|
/*Post submitted info*/
|
||
|
.node__header .profile {
|
||
|
display: inline-block;
|
||
|
margin-right: 40px;
|
||
|
}
|
||
|
.node__header .profile img {
|
||
|
max-width: 40px;
|
||
|
}
|
||
|
.node__meta {
|
||
|
font-size: 14px;
|
||
|
margin: 0 0 10px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.node__submitted-info ~ .comments-count__counter:before {
|
||
|
content: "-";
|
||
|
}
|
||
|
|
||
|
/*Subheader*/
|
||
|
.field--name-field-mt-subheader-body {
|
||
|
font-size: 15px;
|
||
|
line-height: 1.6;
|
||
|
}
|
||
|
|
||
|
/*subtitle*/
|
||
|
.field--name-field-mt-subtitle {
|
||
|
font-size: 12px;
|
||
|
text-transform: uppercase;
|
||
|
padding-bottom: 15px;
|
||
|
}
|