File tree 1 file changed +14
-14
lines changed
.vitepress/theme/components
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ function dismiss() {
31
31
<span class =" vt-date" > · 19-21 May 2025</span >
32
32
<a target =" _blank" class =" vt-primary-action"
33
33
href =" https://vueconf.us/?utm_source=vuejs&utm_content=top_banner" >
34
- Register Now
34
+ Register
35
35
</a >
36
36
</p >
37
37
<button @click =" dismiss" >
38
38
<VTIconPlus class =" close" />
39
39
</button >
40
40
<p class =" vt-banner-text vt-coupon" >
41
- <span class =" vt-text-primary" >Use code </span > VUEJSDOCS
42
- <span class =" vt-text-primary" >to get $200 off! </span >
41
+ <span class =" vt-text-primary" >Use</span > VUEJSDOCS
42
+ <span class =" vt-text-primary" > $200 off</span >
43
43
</p >
44
44
</div >
45
45
</template >
@@ -85,7 +85,7 @@ button {
85
85
position : absolute ;
86
86
right : 0 ;
87
87
top : 0 ;
88
- padding : 20 px 10px ;
88
+ padding : 10 px 10px ;
89
89
}
90
90
91
91
.close {
@@ -111,7 +111,7 @@ button {
111
111
border-radius : 5px ;
112
112
font-size : 14px ;
113
113
text-decoration : none ;
114
- margin : 0 20 px ;
114
+ margin : 0 10 px ;
115
115
font-weight : bold ;
116
116
}
117
117
@@ -125,23 +125,16 @@ button {
125
125
font-size : 14px ;
126
126
}
127
127
128
- .vt-tagline {
129
- display : none ;
130
- }
128
+
131
129
}
132
130
133
131
@media (max-width : 780px ) {
134
132
.vt-tagline {
135
133
display : none ;
136
134
}
137
-
138
- .vt-coupon {
139
- display : none ;
140
- }
141
-
142
135
.vt-primary-action {
143
136
margin : 0 10px ;
144
- padding : 5px 8 px ;
137
+ padding : 5px 5 px ;
145
138
}
146
139
147
140
.vt-time-now {
@@ -150,8 +143,15 @@ button {
150
143
}
151
144
152
145
@media (max-width : 560px ) {
146
+
147
+ .vt-tagline {
148
+ display : none ;
149
+ }
153
150
.vt-place {
154
151
display : none ;
155
152
}
153
+ .vt-date {
154
+ display : none ;
155
+ }
156
156
}
157
157
</style >
You can’t perform that action at this time.
0 commit comments