Commit d7dc4eaa authored by Willard's avatar Willard

Delete leftover style.css

parent 7cb53f8a
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
body {
margin: 0;
overflow-x: hidden;
overflow-y: auto;
background-color: #FFFFFF;
}
* {
font-family: 'Raleway';
font-size: 18pt;
}
button {
background-color: #5555FF;
border: 1px solid #5555DD;
border-radius: 5px;
color: #FFFFFF;
outline: 0;
font-size: 32pt;
min-width: 8em;
margin: .25em;
}
button:hover {
background-color: #5555DD;
}
button:active {
background-color: #5555DD;
}
.button-delete {
background-color: #FF5555;
border: 1px solid #DD5555;
}
.button-delete:hover {
background-color: #DD5555;
}
.button-delete:active {
background-color: #DD5555;
}
.field-label {
font-size: 32pt;
text-align: center;
}
.input-row {
display: flex;
flex-direction: column;
align-items: center;
margin-top: .5em;
margin-bottom: .5em;
}
.text-field {
font-size: 32px;
background-color: #FFFFFF;
border: 2px solid #DDDDDD;
outline: 0;
width: 15em;
}
.text-area {
font-size: 32pt;
background-color: #FFFFFF;
border: 2px solid #DDDDDD;
outline: 0;
resize: none;
}
.flash-container {
position: fixed;
width: 100vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.flex-container {
width: 100vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.dashboard-container {
width: 60vw;
display: flex;
flex-direction: column;
}
.dashboard-row {
display: flex;
}
#login-form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
min-width: 750px;
}
#register-form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
width: 750px;
}
#form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
width: 750px;
}
.form-input {
display: flex;
flex-direction: column;
align-self: stretch;
}
.list {
display: flex;
flex-wrap: wrap;
width: 60vw;
min-width: 750px;
justify-content: space-between;
}
.list-item {
display: flex;
width: 48%;
margin: 10px;
background-color: white;
}
.list-image {
flex-grow: 0;
}
.list-info {
display: flex;
flex-direction: column;
justify-content: space-around;
flex-grow: 1;
margin-left: 1.5em;
}
.list-name {
font-size: 28pt;
font-weight: 700;
}
.list-button {
font-size: 18pt;
}
#image-upload {
align-self: center;
margin-left: 1em;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment