Update techsolut_theme.py
#1
by
Sylvestrekafu
- opened
- techsolut_theme.py +5 -5
techsolut_theme.py
CHANGED
|
@@ -31,12 +31,12 @@ def apply_techsolut_theme():
|
|
| 31 |
position: fixed;
|
| 32 |
top: 0;
|
| 33 |
left: 0;
|
| 34 |
-
width:
|
| 35 |
-
height:
|
| 36 |
background-image: url('https://www.svgrepo.com/show/353498/ai.svg');
|
| 37 |
background-repeat: no-repeat;
|
| 38 |
background-position: right bottom;
|
| 39 |
-
background-size:
|
| 40 |
opacity: 0.03;
|
| 41 |
z-index: -1;
|
| 42 |
}
|
|
@@ -95,7 +95,7 @@ def apply_techsolut_theme():
|
|
| 95 |
}
|
| 96 |
|
| 97 |
input, select, textarea {
|
| 98 |
-
border-radius:
|
| 99 |
border: 1px solid #334155;
|
| 100 |
padding: 0.4rem;
|
| 101 |
}
|
|
@@ -111,7 +111,7 @@ def apply_techsolut_theme():
|
|
| 111 |
}
|
| 112 |
|
| 113 |
.icon {
|
| 114 |
-
margin-right:
|
| 115 |
}
|
| 116 |
</style>
|
| 117 |
"""
|
|
|
|
| 31 |
position: fixed;
|
| 32 |
top: 0;
|
| 33 |
left: 0;
|
| 34 |
+
width: 70%;
|
| 35 |
+
height: 70%;
|
| 36 |
background-image: url('https://www.svgrepo.com/show/353498/ai.svg');
|
| 37 |
background-repeat: no-repeat;
|
| 38 |
background-position: right bottom;
|
| 39 |
+
background-size: 120px;
|
| 40 |
opacity: 0.03;
|
| 41 |
z-index: -1;
|
| 42 |
}
|
|
|
|
| 95 |
}
|
| 96 |
|
| 97 |
input, select, textarea {
|
| 98 |
+
border-radius: 5px;
|
| 99 |
border: 1px solid #334155;
|
| 100 |
padding: 0.4rem;
|
| 101 |
}
|
|
|
|
| 111 |
}
|
| 112 |
|
| 113 |
.icon {
|
| 114 |
+
margin-right: 6px;
|
| 115 |
}
|
| 116 |
</style>
|
| 117 |
"""
|