22
This commit is contained in:
parent
54ae6d2455
commit
df235d7a3e
@ -65,11 +65,14 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
/* Buttons and Inputs */
|
||||
input,
|
||||
button,
|
||||
.btn {
|
||||
button {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 50px !important; /* Fully rounded corners */
|
||||
}
|
||||
|
||||
/* Navbar */
|
||||
.navbar {
|
||||
background-color: rgba(20, 46, 53, 0.8) !important; /* Semi-transparent dark green */
|
||||
@ -527,4 +530,10 @@ footer.bg-light {
|
||||
|
||||
#recipe-search {
|
||||
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