Skip to content

Commit

Permalink
restyled control buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul committed Nov 8, 2021
1 parent d409d43 commit 7ea3b04
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions css/standard.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,21 @@ input:checked + .slider:before {

.settings_button {
background-color: #42c7da;
border: 2px;
border-solid: 2px;
border-color: red;
border: 2px solid;
border-radius: 4px;
padding: 10px;
padding: 20px;
margin: 10px;
width: 10em;
}

#setting_mode-value, #setting_pimax-value, #setting_TV-value, #setting_RR-value, #setting_IE-value, #setting_PEEP-value {
font-size: 300%;
}

/*
bg-cyan-300 border-2 border-solid border-red-300-contrast w-100% p-10 m-5 rounded-lg text-black
*/
}


.settings_area {
display: flex;
Expand Down

0 comments on commit 7ea3b04

Please sign in to comment.