more css cleanup

This commit is contained in:
David Ralph
2020-12-05 18:43:16 +00:00
parent e2d7a9aebd
commit e25f48cb14
5 changed files with 1 additions and 27 deletions

View File

@@ -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;
}

View File

@@ -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;

View File

@@ -20,7 +20,6 @@
.copyButton {
cursor: pointer;
vertical-align: middle;
margin: 0 auto;
transition: ease 0.2s !important;
&:hover {

View File

@@ -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;
}

View File

@@ -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;