Skip to content

Commit

Permalink
chore: format css
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Oct 26, 2024
1 parent c2faa7b commit ef3156c
Showing 1 changed file with 43 additions and 42 deletions.
85 changes: 43 additions & 42 deletions lib/modules/onboarding/css/podlove-onboarding-banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
.podlove-panel-banner-dismiss::hover::before,
.podlove-panel-banner-dismiss::focus::before {
color: #434190;
background: #fff
background: #fff;
}

.podlove-panel-banner-button {
Expand All @@ -68,7 +68,8 @@
text-decoration: none;
}

.podlove-panel-banner-button:hover, .podlove-panel-banner-button:focus {
.podlove-panel-banner-button:hover,
.podlove-panel-banner-button:focus {
color: #fff;
background: #4338ca;
}
Expand All @@ -90,72 +91,72 @@
}

.podlove-panel {
position: relative;
overflow: auto;
margin: 16px 0;
background-color: #fff;
line-height: 1.3;
clear: both;
position: relative;
overflow: auto;
margin: 16px 0;
background-color: #fff;
font-size: 1rem;
line-height: 1.3;
clear: both;
}

.podlove-panel h2 {
margin: 0;
font-size: 48px;
font-weight: 600;
line-height: 1.25;
margin: 0;
font-size: 48px;
font-weight: 600;
line-height: 1.25;
}

.podlove-panel h3 {
margin: 0;
font-size: 20px;
font-weight: 400;
line-height: 1.4;
margin: 0;
font-size: 20px;
font-weight: 400;
line-height: 1.4;
}

.podlove-panel p {
font-size: inherit;
line-height: inherit;
font-size: inherit;
line-height: inherit;
}

.podlove-panel-header {
position: relative;
position: relative;
}

.podlove-panel-header-image {
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0 !important;
overflow: hidden;
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0 !important;
overflow: hidden;
}

.podlove-panel-header-image svg {
display: block;
margin: auto;
width: 100%;
height: 100%;
display: block;
margin: auto;
width: 100%;
height: 100%;
}

.podlove-panel-header * {
position: relative;
z-index: 1;
position: relative;
z-index: 1;
}

.podlove-panel-content {
min-height: 220px;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 220px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.podlove-panel-header {
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
max-width: 1500px;
width: 100%;
padding: 1rem 0 2rem 1rem;
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
max-width: 1500px;
width: 100%;
padding: 1rem 0 2rem 1rem;
}

0 comments on commit ef3156c

Please sign in to comment.