mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add new theme for lockout user
This commit is contained in:
parent
dc5490cdcb
commit
68b0e611be
@ -55,6 +55,49 @@ root,
|
|||||||
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root.anti-lockout {
|
||||||
|
/*CHANGE THESE FOR THEMES*/
|
||||||
|
--tooltip-bg: rgb(215, 82, 0);
|
||||||
|
--select-bg: #b8772c;
|
||||||
|
--ram-bg: #4d4d4e;
|
||||||
|
--base-text: white;
|
||||||
|
--outline: #c73929;
|
||||||
|
--card-banner-bg: #de7c26;
|
||||||
|
--deep-bg: #912f2f;
|
||||||
|
--dropdown-bg: #c83b3b;
|
||||||
|
/*END THEME VARIATION*/
|
||||||
|
--blue: #00aeef;
|
||||||
|
--indigo: #6610f2;
|
||||||
|
--purple: #ab8ce4;
|
||||||
|
--pink: #E91E63;
|
||||||
|
--red: #ff0017;
|
||||||
|
--orange: #fb9678;
|
||||||
|
--yellow: #ffd500;
|
||||||
|
--green: #3bd949;
|
||||||
|
--teal: #58d8a3;
|
||||||
|
--cyan: #57c7d4;
|
||||||
|
--white: #ffffff;
|
||||||
|
--white-smoke: #f3f5f6;
|
||||||
|
--gray: #6c757d;
|
||||||
|
--gray-light: #8ba2b5;
|
||||||
|
--gray-lightest: #f7f7f9;
|
||||||
|
--primary: #dbc900;
|
||||||
|
--secondary: #dde4eb;
|
||||||
|
--success: #adff84;
|
||||||
|
--info: #dbc900;
|
||||||
|
--warning: #ffaf00;
|
||||||
|
--danger: #ff6258;
|
||||||
|
--light: #fbfbfb;
|
||||||
|
--dark: #252C46;
|
||||||
|
--breakpoint-xs: 0;
|
||||||
|
--breakpoint-sm: 576px;
|
||||||
|
--breakpoint-md: 768px;
|
||||||
|
--breakpoint-lg: 992px;
|
||||||
|
--breakpoint-xl: 1200px;
|
||||||
|
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
|
}
|
||||||
|
|
||||||
:root.light {
|
:root.light {
|
||||||
/*CHANGE THESE FOR THEMES*/
|
/*CHANGE THESE FOR THEMES*/
|
||||||
--tooltip-bg: white;
|
--tooltip-bg: white;
|
||||||
@ -322,7 +365,7 @@ sup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #007bff;
|
color: var(--primary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
@ -587,7 +587,7 @@
|
|||||||
link='/logout',
|
link='/logout',
|
||||||
link_msg="Click here to log out after you change your password. ⚠️",
|
link_msg="Click here to log out after you change your password. ⚠️",
|
||||||
className='anti-lockout',
|
className='anti-lockout',
|
||||||
bg_color='#2090d6'
|
bg_color='#6887dc'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
$('#support_logs').click(function () {
|
$('#support_logs').click(function () {
|
||||||
|
@ -281,7 +281,7 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
.clickable {
|
.clickable {
|
||||||
color: #007bff;
|
color: var(--primary);
|
||||||
}
|
}
|
||||||
.clickable:hover {
|
.clickable:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user