Skip to content

Commit f323a59

Browse files
committed
Cleaned up styling
1 parent e720d9e commit f323a59

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* Hide the default Drupal login form … */
22
.user-login-form #drupal-login {
3-
display: none;
3+
display: none;
44
}
55

66
/* … unless it's explicitly targeted. */
77
.user-login-form #drupal-login:target {
8-
display: block;
8+
display: block;
99
}

web/profiles/custom/os2loop/themes/os2loop_theme/assets/components/layout/user.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@
6060

6161
// hack to align icon with first row of multi-line text
6262
padding-top: calc(
63-
(#{$font-size-base} * #{$line-height-base} - #{$user-contact-icon-size}) /
63+
(
64+
#{$font-size-base} * #{$line-height-base} -
65+
#{$user-contact-icon-size}
66+
) /
6467
2
6568
);
6669
margin-right: $user-contact-icon-spacer;

web/profiles/custom/os2loop/themes/os2loop_theme/assets/icons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
$content-types: "os2loop-documents-collection", "os2loop-documents-document",
1+
$content-types:
2+
"os2loop-documents-collection", "os2loop-documents-document",
23
"os2loop-external", "os2loop-page", "os2loop-post", "os2loop-question",
34
"os2loop-section-page";
45

0 commit comments

Comments
 (0)