Skip to content

Commit

Permalink
add better styling for managing tags for admin
Browse files Browse the repository at this point in the history
  • Loading branch information
kuldp18 committed Mar 24, 2024
1 parent e721e52 commit 22866e6
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 3 deletions.
19 changes: 16 additions & 3 deletions css/admin_manage_tags.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@
}

.tags__section {
border: 1px solid rgb(211, 211, 16);
/* border: 1px solid whitesmoke; */
border-radius: 10px;
padding: 1rem 0;
padding-top: 1rem;
position: relative;
box-shadow: 10px 0px 20px 8px rgba(0, 0, 0, 0.253);
}

.tags__section__heading {
font-size: 2rem;
font-size: 2.25rem;
text-shadow: 1px 4px 10px rgba(0, 0, 0, 0.6);
padding: 0.5rem;
font-weight: normal;
}

.tags__section,
Expand Down Expand Up @@ -43,4 +48,12 @@
background-color: rgba(0, 0, 0, 0.929);
color: rgba(245, 245, 245, 0.922);
outline: 1px solid rgba(10, 224, 224, 0.865);
}

svg {
position: absolute;
bottom: 0;
z-index: -10;
opacity: 0.55;
border-radius: inherit;
}
Loading

0 comments on commit 22866e6

Please sign in to comment.