You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
403 B
24 lines
403 B
.settingsCloseButton {
|
|
position: absolute;
|
|
right: var(--lk-grid-gap);
|
|
bottom: var(--lk-grid-gap);
|
|
}
|
|
|
|
.tabs {
|
|
position: relative;
|
|
display: flex;
|
|
align-content: space-between;
|
|
}
|
|
|
|
.tabs > .tab {
|
|
padding: 0.5rem;
|
|
border-radius: 0;
|
|
padding-bottom: 0.5rem;
|
|
border-bottom: 3px solid;
|
|
border-color: var(--bg5);
|
|
}
|
|
|
|
.tabs > .tab[aria-pressed='true'] {
|
|
border-color: var(--lk-accent-bg);
|
|
}
|