Browse Source

people

master
rdrew 2 years ago
parent
commit
a6ec9b1149
  1. 2
      css/global-style.css
  2. 2
      css/global-style.css.map
  3. 40
      css/sass/components/_user.scss

2
css/global-style.css

File diff suppressed because one or more lines are too long

2
css/global-style.css.map

File diff suppressed because one or more lines are too long

40
css/sass/components/_user.scss

@ -51,8 +51,8 @@
max-width: 33em;
margin: 0;
}
[dir="rtl"] .confirm-parent,
[dir="rtl"] .password-parent {
[dir='rtl'] .confirm-parent,
[dir='rtl'] .password-parent {
clear: right;
}
@ -65,3 +65,39 @@
color: #a51b00;
font-weight: bold;
}
.page-node-type-people .node__content {
@include xy-grid-container();
@include xy-grid();
img {
@include thumbnail;
margin-top: $global-margin;
}
.bio_left {
@include xy-cell(2);
}
.group-bio-info-2 {
@include xy-cell(10);
border: 1px solid #ccc;
padding: $global-padding;
}
}
.field--name-field-subjects h2 a {
font-size: 1rem;
font-family: "Roboto Condensed",sans-serif;
}
.field--name-field-subjects .field__label {
background: #333;
color: #fefefe;
padding: 5px 1rem 0;
margin: 0;
border-radius: 4px 4px 0 0;
border-bottom: 4px solid #517e1b;
}
.field--name-field-job-title {
font-family: 'Roboto Condensed', sans-serif;
color: #517e1b;
font-size: 1.77687rem;
}
.group-bio-info-2 {
}

Loading…
Cancel
Save