Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
b1dacc9
1
Parent(s):
39977eb
fix: add related css style to fix transparent background
Browse files- css/style.css +21 -0
css/style.css
CHANGED
@@ -107,6 +107,16 @@ h1::after {
|
|
107 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
108 |
}
|
109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
#pet_gallery .grid-container {
|
111 |
grid-template-columns: repeat(30, minmax(6vh, 1fr));
|
112 |
}
|
@@ -122,6 +132,17 @@ h1::after {
|
|
122 |
backdrop-filter: blur(10px);
|
123 |
}
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
.preview button {
|
126 |
color: #000;
|
127 |
}
|
|
|
107 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
108 |
}
|
109 |
|
110 |
+
#pet_gallery wrap button {
|
111 |
+
margin: .5vh;
|
112 |
+
background: transparent !important;
|
113 |
+
border-color: transparent !important;
|
114 |
+
height: 150px !important;
|
115 |
+
width: 6vh !important;
|
116 |
+
border-radius: 20px;
|
117 |
+
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
118 |
+
}
|
119 |
+
|
120 |
#pet_gallery .grid-container {
|
121 |
grid-template-columns: repeat(30, minmax(6vh, 1fr));
|
122 |
}
|
|
|
132 |
backdrop-filter: blur(10px);
|
133 |
}
|
134 |
|
135 |
+
#badge_gallery wrap button {
|
136 |
+
margin: .5vh;
|
137 |
+
height: 150px !important;
|
138 |
+
width: 10vh !important;
|
139 |
+
background: transparent !important;
|
140 |
+
border-color: transparent !important;
|
141 |
+
border-radius: 20px;
|
142 |
+
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
143 |
+
backdrop-filter: blur(10px);
|
144 |
+
}
|
145 |
+
|
146 |
.preview button {
|
147 |
color: #000;
|
148 |
}
|