mirror of
https://github.com/mue/mue.git
synced 2026-07-27 10:41:08 +02:00
Merge commit '2d128754760fba06f0cfd42b8bd6ded52a4ed864' into colorGradientPicker
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
@import 'modules/marketplace';
|
||||
@import 'modules/checkbox';
|
||||
@import 'modules/buttons';
|
||||
@import 'modules/dropdown';
|
||||
@import 'modules/welcome';
|
||||
|
||||
body {
|
||||
@@ -29,16 +30,6 @@ body {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lexend Deca';
|
||||
src: url('/./fonts/LexendDeca-Regular.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('/./fonts/Roboto-Cyrillic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
#center {
|
||||
margin-left: 2vw;
|
||||
margin-right: 2vw;
|
||||
|
||||
16
src/scss/modules/_dropdown.scss
Normal file
16
src/scss/modules/_dropdown.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.dropdown {
|
||||
select {
|
||||
background: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
|
||||
height: 34px;
|
||||
width: 120px;
|
||||
color: map-get($modal, "text");
|
||||
|
||||
border-image-source: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
|
||||
border-image-slice: 1;
|
||||
border-width: 3px 4px;
|
||||
}
|
||||
|
||||
select#language {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
@@ -225,20 +225,6 @@ button.remove + input[type=color].colour {
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
select {
|
||||
background: none;
|
||||
height: 34px;
|
||||
width: 120px;
|
||||
border-image-slice: 1;
|
||||
border-image-source: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
|
||||
border-left: 10px solid;
|
||||
color: map-get($modal, "text");
|
||||
}
|
||||
|
||||
select#language {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#customBackgroundColour {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user