22
This commit is contained in:
parent
54ae6d2455
commit
df235d7a3e
@ -65,11 +65,14 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
/* Buttons and Inputs */
|
/* Buttons and Inputs */
|
||||||
input,
|
input,
|
||||||
button,
|
button {
|
||||||
.btn {
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
border-radius: 50px !important; /* Fully rounded corners */
|
||||||
|
}
|
||||||
|
|
||||||
/* Navbar */
|
/* Navbar */
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: rgba(20, 46, 53, 0.8) !important; /* Semi-transparent dark green */
|
background-color: rgba(20, 46, 53, 0.8) !important; /* Semi-transparent dark green */
|
||||||
@ -528,3 +531,9 @@ footer.bg-light {
|
|||||||
#recipe-search {
|
#recipe-search {
|
||||||
padding-left: 2.5rem;
|
padding-left: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Unit selector button styling */
|
||||||
|
.unit-selector .btn.btn-outline-secondary {
|
||||||
|
border-color: transparent;
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user