working on toolbar section

This commit is contained in:
paul
2024-09-14 16:03:26 +05:30
parent a371ac83a1
commit 4030debcfb
7 changed files with 258 additions and 107 deletions

View File

@@ -11,6 +11,11 @@ body {
-moz-osx-font-smoothing: grayscale;
}
.dots-bg{
background-image: url("../assets/background/dots.svg");
background-repeat: no-repeat;
background-size: cover;
}
.input{
border: 2px solid #e3e5e8;
@@ -22,4 +27,4 @@ body {
.input:active, .input:focus, .input:focus-within{
border-color: #60a5fa;
}
}