feat: restyle search subscriptions

This commit is contained in:
2025-01-01 23:52:44 +01:00
parent 0afb2bb0ce
commit d05bd45cf4
2 changed files with 17 additions and 3 deletions

View File

@@ -204,7 +204,7 @@ a.btn, a.btn2, a.nav-link {
text-decoration: none;
}
.btn2 {
.btn2, .btn3 {
background-color: var(--secondary-light-one);
color: var(--primary-dark-one);
padding: 8px;
@@ -213,6 +213,10 @@ a.btn, a.btn2, a.nav-link {
margin: 5px;
}
.btn3 {
border: 1px solid black;
}
.switch {
cursor: pointer;
display: inline-block;
@@ -603,6 +607,16 @@ a.btn, a.btn2, a.nav-link {
}
.search-subscription-header {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
h3 {
width: 80%;
}
}
.table-adoption-notice-info {
margin-top: 10px;
}