Skip to content

Commit b54ebce

Browse files
fix: styling with the black friday notice in settings
1 parent 9909cef commit b54ebce

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

css/settings.css

+6-20
Original file line numberDiff line numberDiff line change
@@ -115,32 +115,18 @@
115115
display: none;
116116
}
117117

118-
.feedzy-banner:has(.tsdk-banner-cta) {
118+
.feedzy-banner:has(.themeisle-sale) {
119119
margin: 0 auto;
120120
display: flex;
121121
justify-content: center;
122-
padding: 1rem;
123122
margin-bottom: 20px;
124-
width: 100%;
125-
}
126-
127-
.feedzy-banner:has(.tsdk-banner-cta) .tsdk-banner-urgency-text {
128-
padding: 5px;
129-
}
130-
131-
.feedzy-banner-dashboard {
132-
display: none;
123+
max-width: 1224px;
124+
padding: 0 12px;
133125
}
134126

135-
.feedzy-banner-dashboard:has(.tsdk-banner-cta) {
136-
display: block;
137-
margin: 20px 0;
138-
139-
/* Remove the properties added by .notice */
140-
background: transparent;
141-
border: unset;
142-
box-shadow: unset;
143-
padding: unset;
127+
.feedzy-banner .themeisle-sale {
128+
width: 100%;
129+
margin: 0;
144130
}
145131

146132
.feedzy-container{

0 commit comments

Comments
 (0)