Added component structure, restructured project, added plop config etc

This commit is contained in:
2019-10-21 04:37:47 +05:30
parent 249bd0aaa9
commit 1c5a26d18a
156 changed files with 7214 additions and 303 deletions

View File

@@ -0,0 +1,40 @@
$themeColor-Light: #EEE2DC;
// $themeColor-Dark:#252525;
$themeColor-Dark:#E3E2DF;
$theme-font: verdana, sans-serif;
// $theme-supplementer: #f39c12;
$theme-supplementer: #5D001E;
$theme-supplementer-transparent: rgba(93,0,30,0.3);
.searchbar {
display: flex;
}
.prompt {
display: flex;
padding: 0.9em;
// border-right: 1px solid #c99034;
background-color: $theme-supplementer-transparent;
width: 4%;
// margin-bottom: 40px;
border-radius: 0.4em 0 0 0.4em;
}
.promptext {
animation: blinkingText 0.8s infinite;
text-align: center;
line-height: 2em;
font: 1.2em bolder;
margin: auto;
}
input[type=text] {
padding: 15px;
border-radius: 0 0.4em 0.4em 0;
}
// OVERWRITES
.container-fluid {
padding-left: 0px;
padding-right: 0px;
}