Skip to content

Commit c32415b

Browse files
NicolaSaundersjean-gui
authored andcommitted
Remove group template styles
Made defunct by profile template styles
1 parent dc4a744 commit c32415b

File tree

4 files changed

+1
-150
lines changed

4 files changed

+1
-150
lines changed

assets-src/styles/core.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
@import "sass/80-templates/post";
122122
@import "sass/80-templates/landing";
123123
@import "sass/80-templates/listing";
124-
@import "sass/80-templates/group";
125124
@import "sass/80-templates/profile";
126125
@import "sass/80-templates/technical-reports";
127126

assets-src/styles/sass/80-templates/_group.scss

Lines changed: 0 additions & 77 deletions
This file was deleted.

public/dist/assets/styles/core.css

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -4870,77 +4870,6 @@ input[type=search] {
48704870
margin-top: 0.8em;
48714871
}
48724872

4873-
/*------------------------------------*\
4874-
#Group detail
4875-
\*------------------------------------*/
4876-
.group .content {
4877-
max-width: 47rem;
4878-
}
4879-
4880-
@supports (grid-column-gap: 8%) {
4881-
.group .content {
4882-
max-width: none;
4883-
}
4884-
@media screen and (min-width: 64em) {
4885-
.group .content {
4886-
display: grid;
4887-
grid-column-gap: 7.857%;
4888-
grid-template-areas: "title nav" "details nav";
4889-
grid-template-columns: 67.143% 25%;
4890-
grid-template-rows: auto 1fr;
4891-
}
4892-
}
4893-
@media screen and (min-width: 64em) {
4894-
.group .content h1 {
4895-
grid-area: title;
4896-
}
4897-
}
4898-
@media screen and (min-width: 64em) {
4899-
.group .content #group-nav {
4900-
grid-area: nav;
4901-
}
4902-
}
4903-
@media screen and (min-width: 64em) {
4904-
.group .content .details {
4905-
grid-area: details;
4906-
}
4907-
}
4908-
}
4909-
.group .group-nav__inner {
4910-
margin-bottom: 2.0625rem;
4911-
}
4912-
@media screen and (min-width: 64em) {
4913-
.group .group-nav__inner {
4914-
-webkit-border-start: solid 1px #bdbdbd;
4915-
border-inline-start: solid 1px #bdbdbd;
4916-
margin-bottom: 0;
4917-
padding-left: 1.25rem;
4918-
padding-right: 1.25rem;
4919-
}
4920-
}
4921-
.group .group-nav__inner [aria-current] {
4922-
font-weight: bold;
4923-
}
4924-
4925-
@media screen and (min-width: 64em) {
4926-
.group [data-toggle=true] {
4927-
display: none;
4928-
}
4929-
}
4930-
.group [data-toggle=true][aria-expanded=false] {
4931-
margin-bottom: 2.0625rem;
4932-
}
4933-
4934-
#group-nav a {
4935-
display: inline-block;
4936-
padding-bottom: 0.625rem;
4937-
padding-top: 0.625rem;
4938-
}
4939-
#group-nav a[aria-current] {
4940-
color: #111;
4941-
text-decoration: none;
4942-
}
4943-
49444873
/*------------------------------------*\
49454874
#Profile template
49464875
\*------------------------------------*/

public/dist/assets/styles/core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)