Add search in header

This commit is contained in:
Peter Maquiran
2021-03-05 14:54:10 +01:00
parent b5990cf56f
commit 24269fa4d5
7 changed files with 107 additions and 9 deletions
+19
View File
@@ -313,12 +313,22 @@
.m-auto {margin: 0 auto;}
.text-bold {font-weight: 700;}
.text-bold {font-weight: 700;}
.text-blue {color: #0d89d1;}
.text-red {color: #d30a0a;}
.text-dark-blue {color: #061b52;}
.text-grey {color: #797979;}
.text-white {color: white;}
.text-black {color: black;}
.background-blue {background-color: #0d89d1;}
.background-red {background: #d30a0a;}
.background-dark-blue {background: #061b52;}
.background-grey {background: #797979;}
.background-white {background: white;}
.background-black {background: black;}
.text-center {text-align: center;}
.width-100{width: 100%;}
@@ -326,6 +336,15 @@
.height-fit-content{height: fit-content;}
.width-50{width: 50%;}
.border-t-radius{
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.border-b-radius{
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}
// system spacing