sabrebooking / sabrefrontend / src / pages / Homepage.css
Homepage.css
Raw

.search {
  width: 30em;
  height: 3em
}
.isactive:focus {
  border-color: #0B0B45;
  box-shadow: 0 0 0 0.2rem rgba(11, 11, 69, 0.25);

}
.custom-container-color {
    background-color: #f8f9fa;
    height: 4em;
    border-radius: 2em;
}
.badge {
    width: auto;
    height: 3em;  
    display: flex;
    padding: auto;
    justify-content: space-around;
    align-items: center;
    text-align: center;  
}
.color {
    color: #6a6868dd
}
.tester {
    background-color: black;
}
.text-styles {
    text-align: center;
    color: #000000;

}
.container-bg {
    background-color: #f8f9fa;
    border-radius: 0.625em;
}

.boarder {
    height: 4em;
    border-radius: 2em;
    border: 1px solid #DDDD;
}
.container-boarder {
    border-radius: 2em;
    border: 1px solid #DDDD; 
}
.bg-orange {
 background-color: #F37413 ;  
}

.secondary-large-text {
    font-size: 5em;
    font-weight: 200;
}

.header-border {
   border-bottom: 1px solid #DDDD;
}