2023-05-07 19:50:39 +00:00
|
|
|
* {
|
|
|
|
/* background: rgba(0, 0, 0, 0.14); */
|
2023-05-07 06:21:26 +00:00
|
|
|
color: rgba(255, 255, 255, 1);
|
2023-05-07 19:50:39 +00:00
|
|
|
border: 2px solid rgba(0, 0, 0, 0.0);
|
|
|
|
}
|
2023-05-07 06:21:26 +00:00
|
|
|
|
2023-06-23 01:54:45 +00:00
|
|
|
.base-container {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
2023-05-07 15:55:03 +00:00
|
|
|
.sink-list-container {
|
2023-06-23 01:54:45 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sink-device {
|
|
|
|
border-bottom: 2px solid rgba(255, 255, 255, 0.34);
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sink-input {
|
2023-05-07 06:21:26 +00:00
|
|
|
}
|