Skip to content
Snippets Groups Projects
Commit b4e6fbcb authored by danielmyren's avatar danielmyren
Browse files

various styling

parent efe8e492
No related merge requests found
......@@ -18,42 +18,56 @@
}
/* Styling for the dropdown menus */
.options-wrapper select {
width: 100%;
padding: 19px 4px 19px 5px;
margin-bottom: 15px;
border-radius: 5px;
border: 1px solid white;
color: "#061525";
background-color: #3D96B1;
font-family: "source-code-pro", Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 20px;
}
/* Styling for the dropdown menus */
.options-wrapper select {
width: 100%;
padding: 19px 4px 19px 5px;
margin-bottom: 15px;
border-radius: 5px;
border: 1px solid white;
color: #061525;
background-color: #3D96B1;
font-family: "source-code-pro", Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 20px;
}
/* Change border color on focus */
.options-wrapper select:focus {
border-color: #007bff;
outline: none
/* Change border color on focus */
.options-wrapper select:focus {
border-color: #007bff;
outline: none
}
/*
options-wrapper h1{
margin-bottom: 10px;
font-family: "source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace";
font-size: 36px;
font-weight: 700;
.favorite-div{
margin-top: 40px;
display: flex;
flex-direction: column;
}
options-wrapper h1{
margin-bottom: 10px;
font-family: "source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace";
font-size: 36px;
font-weight: 700;
.favorite-div input{
padding: 19px 4px 19px 5px;
border: 1px solid white;
font-family: "source-code-pro", Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 20px;
color: #061525;
background-color: #3D96B1;
}
.favorite-div input::placeholder{
color: #061525;
}
options-wrapper select{
padding: 10px 0px 3px 10px;
margin-bottom: 20px;
.favorite-div input:focus{
color: #061525;
outline: none;
}
*/
\ No newline at end of file
.favorite-div button{
padding: 5px 5px 5px 5px;
margin-top: 20px;
width: 50%;
align-self: center;
font-family: "source-code-pro", Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 20px;
color: #061525;
background-color: #3D96B1;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment