Adjust border radius to match OrcasHub

This commit is contained in:
Tony Grosinger 2024-02-17 07:47:28 -08:00
parent 910f435080
commit f715c54b8b
2 changed files with 5 additions and 5 deletions

View File

@ -216,7 +216,7 @@ div.ac-wrap {
.btn:not(.themes-tab):not(.components-tab),
.select-kit.dropdown-select-box .dropdown-select-box-header {
border-radius: 8px;
border-radius: .375rem;
border: 1px solid transparent;
}
@ -261,7 +261,7 @@ html body #main-outlet {
margin-top: 30px;
margin-bottom: 50px;
background: var(--secondary);
border-radius: 1em;
border-radius: .5rem;
padding: 3em 3em 5%;
max-width: 1150px;
.archetype-regular & {
@ -336,7 +336,7 @@ html body #main-outlet {
margin-bottom: 0.5em;
background-color: var(--secondary);
border: 1px solid rgba(var(--primary-rgb), 0.2);
border-radius: 1em;
border-radius: .5rem;
position: relative;
transition: box-shadow 100ms ease-in-out;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
@ -441,7 +441,7 @@ html body #main-outlet {
.avatar {
width: 40px;
height: 40px;
border-radius: 8px;
border-radius: .375rem;
}
a.latest {
.avatar {

View File

@ -11,7 +11,7 @@
.sidebar-wrapper {
margin: 30px 0 50px;
background-color: var(--secondary);
border-radius: 1em;
border-radius: .5rem;
top: calc(var(--header-offset) + 30px);
height: calc(100vh - (var(--header-offset) + 80px));
@include box-shadow;