We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc41947 commit 50501b2Copy full SHA for 50501b2
static_src/scss/custom-components/_PC-og.scss
@@ -1,17 +1,17 @@
1
.PC-og {
2
overflow: hidden;
3
+}
4
- &-container {
5
- background-image: url(/static/img/noise.svg), url(/static/img/header-bg.svg);
6
- position: relative;
7
- width: 1200px;
8
- height: 630px;
9
- overflow: hidden;
10
- }
+.PC-og-container {
+ background-image: url(/static/img/noise.svg), url(/static/img/header-bg.svg);
+ position: relative;
+ width: 1200px;
+ height: 630px;
+ overflow: hidden;
11
12
- &-branding {
13
- position: absolute;
14
- bottom: map-get($spacers, 4);
15
- left: map-get($spacers, 5);
16
+.PC-og-branding {
+ position: absolute;
+ bottom: map-get($spacers, 4);
+ left: map-get($spacers, 5);
17
}
0 commit comments