simulation_react/src/css/Network.css
2021-10-13 03:38:55 +02:00

24 lines
322 B
CSS

/* this also applies to network */
.CustomInput {
width: 83%;
height: 50px;
background-color: #2d4059;
border: none;
border-radius: 10px;
padding: 10px;
color: #eeeeee;
font-size: 15pt;
}
.CustomInput:focus {
outline: none;
}
.CustomInput:invalid {
outline: solid red;
}
code {
font-size: 15pt;
}