inputs.scss refactor
Added upload date to media + sort by date
This commit is contained in:
@@ -1,9 +1,23 @@
|
||||
.searchBar {
|
||||
display: grid;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
label {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
textarea,
|
||||
input[type="url"],
|
||||
input[type="email"],
|
||||
input[type="number"],
|
||||
input[type="tel"],
|
||||
input[type="text"] {
|
||||
}
|
||||
|
||||
.searchBar {
|
||||
display: grid;
|
||||
width: 100%;
|
||||
|
||||
input {
|
||||
padding: 10px;
|
||||
font-size: 1.5rem;
|
||||
border-radius: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
@import "mixins";
|
||||
@import "colors";
|
||||
@import "inputs";
|
||||
|
||||
:root {
|
||||
background-color: $mainBGColor;
|
||||
@@ -13,6 +12,11 @@
|
||||
font-variation-settings: "wdth" 100;
|
||||
}
|
||||
|
||||
.stickyTop {
|
||||
top: 0;
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user