Bedienoberfläche für Webradio
ulrich
2018-01-02 851c9c7a98d24dd70cd9212810f6225632a6076d
commit | author | age
851c9c 1
U 2 .sender-behaelter {
3   display: flex;
4   flex-flow: column;
5 }
6
7 .sender {
8   display: flex;
9   flex-flow: row;
10   flex-wrap: wrap;
11   background-color: #eaeaea;
12   width: 100%;
13 }
14
15 .sender-kachel {
16   display: flex;
17   flex-flow: column;
18   align-items: center;
19   margin: 0.4em;
20   background-color: white;
21 }
22
23 .sender-name {
24   font-family: RobotoCondensedBold;
25 }
26
27 .sender-bild {
28   width: 40px;
29   background-color: #ebe6e6;
30 }