Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1cac5fc6

Von Werner Hahn vor mehr als 7 Jahren hinzugefügt

  • ID 1cac5fc688bdf9c9bd5bab9fd77120d67edb1da8
  • Vorgänger 60566f88
  • Nachfolger 735c1772

WebshopApi: CSS File

Unterschiede anzeigen:

css/webshop.css
1
div.shop_table {
2
  display: table;
3
  background-color: #ebebeb;
4
  /* padding: 15px;
5
  margin: 15px; */
6
}
7
div.shop_table_address {
8
  display: table;
9
  /* padding: 15px; */
10
  margin: 0px 0px 0px 15px;
11
}
12
div.shop_table-row {
13
  display: table-row;
14
}
15
div.shop_table-cell {
16
  display: table-cell;
17
  padding: 20px,20px,20px,20px;
18
}
19
div.shop_table-cell_colspan {
20
  flex: 2;
21
  align: center;
22
}
23
div.shop_main{
24
  width: 100%;
25
  padding: 15px,15px,15px,15px;
26
  margin: 15px,15px,15px,15px;
27
}
28
.shop_fleft {
29
  width: 30%;
30
  float: left;
31
  border: thin solid red;
32
}
33

  
34
div.shop_table_info {
35
  color: #b3b3b3;
36
  width: 100%;
37
  align: left;
38
}
39

  
40
.shop_transferable{
41
  background:rgba(43, 208, 54, 1);
42
}
43
.shop_alert{
44
  background:rgba(255, 0, 0, 1);
45
}
46
.shop_delivery{
47
  background:rgba(100, 100, 100, 1);
48
}
49

  

Auch abrufbar als: Unified diff