forked from DGNum/gestioCOF
1499c0bced
K-Fêt - Wagtail - Page content becomes a StreamField. - GroupTeam snippet becomes a block for stream field. - Navigation menu moved becomes a "flatmenu", preventing possible future conflicts. - Page layout can be modified in wagtail admin. K-Fêt - Add shorthands for ukf account balance/article price. - Cleaning stylesheets and templates.
58 lines
970 B
CSS
58 lines
970 B
CSS
.carte {
|
|
margin-bottom: 15px;
|
|
font-family: "Roboto Slab";
|
|
}
|
|
|
|
.carte .carte-title {
|
|
padding-top: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.carte .carte-list {
|
|
width: 100%;
|
|
padding: 15px;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.carte .carte-item {
|
|
position: relative;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
padding: 0;
|
|
}
|
|
|
|
.carte .carte-item .filler {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
border-bottom: 2px dotted #333;
|
|
height: 75%;
|
|
}
|
|
|
|
.carte .carte-item > span {
|
|
position: relative;
|
|
}
|
|
|
|
.carte .carte-item .carte-label {
|
|
background: white;
|
|
float: left;
|
|
padding-right: 10px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.carte .carte-item .carte-ukf {
|
|
padding: 0 10px;
|
|
background: #ffdbc7;
|
|
}
|
|
|
|
.carte-inverted .carte-list,
|
|
.carte-inverted .carte-item .carte-label {
|
|
background: #ffdbc7;
|
|
}
|
|
|
|
.carte-inverted .carte-item .carte-ukf {
|
|
background: white;
|
|
}
|