mirror of
https://github.com/mue/mue.git
synced 2026-07-21 07:54:13 +02:00
feat: custom font ui, fix modal css and date widget stuff
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
.dropdown {
|
||||
select {
|
||||
margin-left: 10px;
|
||||
|
||||
background: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
|
||||
height: 34px;
|
||||
width: 120px;
|
||||
|
||||
@@ -209,7 +209,7 @@ li {
|
||||
.tab-content {
|
||||
position: absolute;
|
||||
left: 25%;
|
||||
width: 60%;
|
||||
top: 10%;
|
||||
|
||||
h3 {
|
||||
text-transform: uppercase;
|
||||
@@ -219,7 +219,7 @@ li {
|
||||
@media only screen and (max-width: 1920px) {
|
||||
.tab-content {
|
||||
position: absolute;
|
||||
left: 35%;
|
||||
left: 30%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user