mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
migrations to parcel
This commit is contained in:
+22
-12
@@ -1,16 +1,19 @@
|
||||
@charset "UTF-8";
|
||||
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600");
|
||||
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
|
||||
|
||||
@import "./injected/popup.scss";
|
||||
@import "./injected/sidebar-animation.scss";
|
||||
@import "./injected/theme.scss";
|
||||
@import "./injected/transparency.scss";
|
||||
@import './injected/popup.scss';
|
||||
@import './injected/sidebar-animation.scss';
|
||||
@import './injected/theme.scss';
|
||||
@import './injected/transparency.scss';
|
||||
|
||||
:root {
|
||||
background: var(--better-main) !important;
|
||||
--navy: #1a1a1a !important;
|
||||
--auto-background: var(--better-pale, var(--background-secondary)) !important;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
body,
|
||||
html {
|
||||
font-family: Rubik, sans-serif !important;
|
||||
@@ -167,9 +170,6 @@ ul.magicDelete > li.deleting {
|
||||
background: transparent !important;
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
.tooltip {
|
||||
z-index: 5 !important;
|
||||
}
|
||||
|
||||
#menu li,
|
||||
#menu section {
|
||||
@@ -321,7 +321,7 @@ ol:has(.MessageList__avatar___2wxyb svg) {
|
||||
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2) !important;
|
||||
}
|
||||
|
||||
[style="--better-sub: #161616; --better-alert-highlight: #c61851; --background-primary: #ffffff; --background-secondary: #e5e7eb; --text-primary: black; --text-color: white; --betterseqta-logo: url(chrome-extension://boikofabjaholheekefimfojfncpjfib/icons/betterseqta-light-full.png); --better-main: #1a1a1a; --better-light: #333333;"] .menuShown > :last-child
|
||||
[style="--better-sub: #161616; --better-alert-highlight: #c61851; --background-primary: #ffffff; --background-secondary: #e5e7eb; --text-primary: black; --text-color: white; --better-main: #1a1a1a; --better-light: #333333;"] .menuShown > :last-child
|
||||
{
|
||||
top: 18% !important;
|
||||
}
|
||||
@@ -526,7 +526,7 @@ div > ol:has(.uiFileHandlerWrapper) {
|
||||
width: 280px; // TODO: I know its 10px larger than its parent, but for some reason there is a 10px right padding that doesn't show up properly in devtools???
|
||||
}
|
||||
.student #menu > ul::before {
|
||||
background-image: var(--betterseqta-logo);
|
||||
background-image: url(data-url:../resources/icons/betterseqta-dark-full.png);
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
@@ -534,6 +534,10 @@ div > ol:has(.uiFileHandlerWrapper) {
|
||||
height: 69.5px;
|
||||
box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.dark .student #menu > ul::before {
|
||||
background-image: url(data-url:../resources/icons/betterseqta-light-full.png);
|
||||
}
|
||||
|
||||
.assessmentsWrapper .message {
|
||||
display: none;
|
||||
}
|
||||
@@ -681,8 +685,12 @@ div > ol:has(.uiFileHandlerWrapper) {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.dark #title::before {
|
||||
background-image: url(data-url:../resources/icons/betterseqta-light-full.png);
|
||||
}
|
||||
|
||||
#title::before {
|
||||
background-image: var(--betterseqta-logo);
|
||||
background-image: url(data-url:../resources/icons/betterseqta-dark-full.png);
|
||||
background-position: left;
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto 48px;
|
||||
@@ -1674,7 +1682,7 @@ li.MessageList__unread___3imtO {
|
||||
content: "";
|
||||
width: 14px;
|
||||
height: 12px;
|
||||
background-image: url("../../public/icons/betterseqta-light-outline.png");
|
||||
background-image: url("data-url:../resources/icons/betterseqta-light-outline.png");
|
||||
display: inline-block;
|
||||
background-size: 18px 18px;
|
||||
color: #fff;
|
||||
@@ -2528,6 +2536,8 @@ li.MessageList__unread___3imtO {
|
||||
}
|
||||
.tooltip {
|
||||
display: inline-block;
|
||||
background: transparent;
|
||||
z-index: 5 !important;
|
||||
width: 28px;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user