sabrebooking / sabrefrontend / src / App.css
App.css
Raw
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,600;1,700&family=Poppins&display=swap');
html, body, :root {
  max-width: auto;
  margin: 0 ;
  padding: 0;
  box-sizing: border-box;
}

.btn-flat {
    background-color: #0B0B45;
    color: white;
    border-color: #0B0B45;
    width: 7em;
    height: 3em;
    border-radius: 2rem;
}
.btn-flat:hover {
    background-color: white;
    border-color: #0B0B45;
    color: #0B0B45;
}

.text-navy {
    color:#0B0B45
}
/* .large-text {
  font-size: 2em;
} */
/* 
.search {
  width: 30em;
  height: 3em
} */
.isactive:focus {
  border-color: #0B0B45;
  box-shadow: 0 0 0 0.2rem rgba(11, 11, 69, 0.25);

}