Spaces:
Sleeping
Sleeping
Commit ·
3576284
1
Parent(s): ac7208a
fix:remove un-used css
Browse files- css/style.css +0 -21
css/style.css
CHANGED
|
@@ -107,16 +107,6 @@ h1::after {
|
|
| 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,17 +122,6 @@ h1::after {
|
|
| 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 |
}
|
|
|
|
| 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 |
backdrop-filter: blur(10px);
|
| 123 |
}
|
| 124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
.preview button {
|
| 126 |
color: #000;
|
| 127 |
}
|