formulario de compras

This commit is contained in:
2021-04-22 22:37:05 -05:00
parent cf9505f26d
commit 25f9d2294d
6 changed files with 161 additions and 36 deletions

View File

@@ -2,9 +2,9 @@
position: fixed;
right: 0;
width: 64px;
background: rgba(0,0,0,.3);
background: rgba(12, 44, 133, 0.5);
z-index: 1031;
border-radius: 8px 0 0 8px;
border-radius: 10px 10px 10px 10px;
text-align: center;
top: 130px;
@@ -28,7 +28,7 @@
top: -52px !important;
width: 290px;
border-radius: 0.1875rem;
padding: 0 10px;
padding: 0 0;
background: linear-gradient($black, $black-states);
}