gues-kucinako/App.scss

47 lines
531 B
SCSS
Raw Normal View History

2019-01-25 22:26:44 -08:00
body {
background-color: #f0f0b8;
2019-01-26 01:55:19 -08:00
font-size: 14pt;
2019-01-25 22:26:44 -08:00
}
main {
2019-01-26 01:55:19 -08:00
text-align: center;
2019-01-25 22:26:44 -08:00
}
div .container {
max-width: 62rem;
margin: auto;
}
2019-01-26 01:55:19 -08:00
div .results {
text-align: left;
}
2019-01-25 22:26:44 -08:00
div .textInput {
max-width: 70%;
margin: auto;
font-size: 22px;
}
input {
width: 100%;
}
.searchButton {
padding: 5px;
margin: 10px;
font-dize: 22px;
}
2019-01-26 01:55:19 -08:00
.searchResult {
border-bottom: 1px solid #b2a336;
padding: 5px;
}
.synclass {
color: #a63333;
i {
margin-right: 10px;
}
}