generated from itdominator/Python-With-Gtk-Template
24 lines
359 B
CSS
24 lines
359 B
CSS
* {
|
|
/* background: rgba(0, 0, 0, 0.14); */
|
|
color: rgba(255, 255, 255, 1);
|
|
border: 2px solid rgba(0, 0, 0, 0.0);
|
|
}
|
|
|
|
.base-container {
|
|
margin: 10px;
|
|
}
|
|
|
|
.sink-list-container {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
|
|
.sink-device {
|
|
border-bottom: 2px solid rgba(255, 255, 255, 0.34);
|
|
margin-bottom: 20px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.sink-input {
|
|
}
|