better textboxes
This commit is contained in:
@@ -8,10 +8,11 @@ nav {
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 50px;
|
||||
background: #222;
|
||||
background: #222b;
|
||||
color: #fff;
|
||||
z-index: 1;
|
||||
.card-3;
|
||||
box-shadow: 0px -5px 20px 4px rgba(0, 0, 0, 0.39), 1px 0px 6px 4px rgba(0, 0, 0, 0.53);
|
||||
backdrop-filter: blur(10px);
|
||||
transition: all 300ms ease-in-out;
|
||||
|
||||
display: flex;
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
@import "../../../../styles/shadow";
|
||||
|
||||
.card {
|
||||
.card-3;
|
||||
margin: 20px;
|
||||
border-radius: 8px;
|
||||
background: #fffb;
|
||||
backdrop-filter: blur(12px);
|
||||
overflow: hidden;
|
||||
width: 800px;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user