Skip to content

Commit 1bd19cd

Browse files
committed
Removing layers
1 parent 2d9cc1f commit 1bd19cd

File tree

5 files changed

+9
-100
lines changed

5 files changed

+9
-100
lines changed

backend/files/system/openai/front.files/chat/modern-bubbles.css

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
1+
12
/*
23
* Bubbles modern chat CSS file.
34
*
45
* Making sure we use Montserrat on everything by default.
56
*/
67
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
78

8-
@layer reset, component, overrides;
9-
10-
@layer reset {
11-
:host, :host *, :host::before, :host::after {
12-
all: revert;
13-
box-sizing: border-box;
14-
}
15-
16-
:host { display: block; }
17-
18-
::slotted(*) {
19-
all: revert !important;
20-
}
21-
}
22-
23-
@layer component {
24-
259
/*
2610
* Common CSS and variables.
2711
*/
@@ -714,5 +698,3 @@ button.ainiro_hidden,
714698
button.ainiro_hidden {
715699
display: none !important;
716700
}
717-
718-
}

backend/files/system/openai/front.files/chat/modern-clear.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@
55
*/
66
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');
77

8-
@layer reset, component, overrides;
9-
10-
@layer reset {
11-
:host, :host *, :host::before, :host::after {
12-
all: revert;
13-
box-sizing: border-box;
14-
}
15-
16-
:host { display: block; box-sizing: border-box; }
17-
18-
::slotted(*) {
19-
all: revert !important;
20-
}
21-
}
22-
23-
@layer component {
24-
258
/*
269
* Common CSS and variables.
2710
*/
@@ -809,5 +792,3 @@ button.ainiro.ainiro_hide {
809792
button.ainiro_hidden {
810793
display: none !important;
811794
}
812-
813-
}

backend/files/system/openai/front.files/chat/modern-small-theme.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@
55
*/
66
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap");
77

8-
@layer reset, component, overrides;
9-
10-
@layer reset {
11-
:host, :host *, :host::before, :host::after {
12-
all: revert;
13-
box-sizing: border-box;
14-
}
15-
16-
:host { display: block; box-sizing: border-box; }
17-
18-
::slotted(*) {
19-
all: revert !important;
20-
}
21-
}
22-
23-
@layer component {
24-
258
/*
269
* Common CSS and variables.
2710
*/
@@ -783,5 +766,3 @@ button.ainiro_hidden,
783766
html>body.ainiro_bdy button.ainiro_hidden {
784767
display: none !important;
785768
}
786-
787-
}

backend/files/system/openai/front.files/chat/modern-square.css

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,20 @@
66
*/
77
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
88

9+
/*
10+
* Common CSS and variables.
11+
*/
12+
/* DYNAMICALLY_REPLACED */
13+
14+
/*
15+
* Applying font for all elements.
16+
*/
917
:host,
1018
:host .ainiro,
1119
:host .ainiro *:not(.ainiro-icofont):not([class*="ainiro-icofont-"]):not(pre):not(code) {
1220
font-family: 'Montserrat', sans-serif !important;
1321
}
1422

15-
@layer reset, component, overrides;
16-
17-
@layer reset {
18-
:host, :host *, :host::before, :host::after {
19-
all: revert;
20-
box-sizing: border-box;
21-
}
22-
23-
:host { display: block; box-sizing: border-box; }
24-
25-
::slotted(*) {
26-
all: revert !important;
27-
}
28-
}
29-
30-
@layer component {
31-
32-
/*
33-
* Common CSS and variables.
34-
*/
35-
/* DYNAMICALLY_REPLACED */
36-
3723
/*
3824
* Applying font for all elements.
3925
*/
@@ -716,5 +702,3 @@ button.ainiro_hidden,
716702
html>body.ainiro_bdy button.ainiro_hidden {
717703
display: none !important;
718704
}
719-
720-
}

backend/files/system/openai/front.files/chat/modern.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,6 @@
66
*/
77
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');
88

9-
@layer reset, component, overrides;
10-
11-
@layer reset {
12-
:host, :host *, :host::before, :host::after {
13-
all: revert;
14-
box-sizing: border-box;
15-
}
16-
17-
:host { display: block; box-sizing: border-box; }
18-
19-
::slotted(*) {
20-
all: revert !important;
21-
}
22-
}
23-
24-
@layer component {
25-
269
/*
2710
* Common CSS and variables.
2811
*/
@@ -687,5 +670,3 @@ button.ainiro_hidden,
687670
html>body.ainiro_bdy button.ainiro_hidden {
688671
display: none !important;
689672
}
690-
691-
}

0 commit comments

Comments
 (0)