mirror of
https://github.com/mue/mue.git
synced 2026-07-06 16:04:20 +02:00
more css cleanup
This commit is contained in:
@@ -15,20 +15,8 @@
|
||||
text-align: center;
|
||||
border-radius: 12px;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: 80%;
|
||||
left: 50%;
|
||||
margin-left: -125px;
|
||||
|
||||
input[type=text] {
|
||||
border: none;
|
||||
color: #2d3436;
|
||||
}
|
||||
|
||||
svg,
|
||||
input[type=text] {
|
||||
display: inline-flex;
|
||||
}
|
||||
margin-left: -150px;
|
||||
|
||||
svg {
|
||||
float: left;
|
||||
@@ -40,7 +28,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.notes:hover .notescontainer {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
color: map-get($theme-colours, 'main-text-color');
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
font-size: 1em;
|
||||
display: inline;
|
||||
margin: 0.5rem;
|
||||
filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
|
||||
cursor: pointer;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
.copyButton {
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
margin: 0 auto;
|
||||
transition: ease 0.2s !important;
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
top: 20px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
display: block;
|
||||
color: map-get($theme-colours, 'main-text-color');
|
||||
|
||||
input[type=text] {
|
||||
@@ -14,7 +11,6 @@
|
||||
margin-left: 12px;
|
||||
border-radius: 24px;
|
||||
font-size: calc(5px + 1.2vmin);
|
||||
background: transparent;
|
||||
border: none;
|
||||
position: absolute;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
@@ -36,10 +32,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.input.searchtext {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.micIcon {
|
||||
margin-right: 10px;
|
||||
}
|
||||
@@ -81,10 +81,8 @@ h4,
|
||||
}
|
||||
|
||||
.expandIcons {
|
||||
position: relative;
|
||||
font-size: 25px;
|
||||
vertical-align: middle;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
h4,
|
||||
@@ -133,7 +131,6 @@ li {
|
||||
-webkit-appearance: none;
|
||||
width: 200px;
|
||||
height: 15px;
|
||||
background: #ccc;
|
||||
border-radius: 12px;
|
||||
outline: none;
|
||||
background: #ecf0f1;
|
||||
|
||||
Reference in New Issue
Block a user