mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Add search in header
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user