SyuanYu hace 1 año
padre
commit
72ddd315c8
Se han modificado 3 ficheros con 9 adiciones y 10 borrados
  1. 4 5
      static/css/style.css
  2. 0 0
      static/css/style.css.map
  3. 5 5
      static/css/style.scss

+ 4 - 5
static/css/style.css

@@ -233,17 +233,16 @@
 
 .pageForm-btn {
   position: fixed;
-  bottom: 90px;
-  right: 17px;
+  bottom: 158px;
+  right: 15px;
   z-index: 1000;
   cursor: pointer;
 }
 .pageForm-btn button {
-  width: 60px;
-  height: 60px;
+  width: 63px;
+  height: 63px;
   border: none;
   border-radius: 100%;
-  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px, rgba(0, 0, 0, 0.2) 0px 2px 24px;
   background-image: linear-gradient(-225deg, rgb(241, 95, 121) 35%, rgb(178, 69, 146) 100%);
 }
 .pageForm-btn button:hover {

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
static/css/style.css.map


+ 5 - 5
static/css/style.scss

@@ -251,17 +251,17 @@
 
 .pageForm-btn {
   position: fixed;
-  bottom: 90px;
-  right: 17px;
+  bottom: 158px;
+  right: 15px;
   z-index: 1000;
   cursor: pointer;
 
   button {
-    width: 60px;
-    height: 60px;
+    width: 63px;
+    height: 63px;
     border: none;
     border-radius: 100%;
-    box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
+    // box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
     background-image: linear-gradient(-225deg, rgb(241, 95, 121) 35%, rgb(178, 69, 146) 100%);
 
     &:hover {

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio