2017-07-18 15:03:04 +02:00
|
|
|
@import "colors";
|
2017-07-03 15:23:02 +02:00
|
|
|
@import "constants";
|
|
|
|
|
2017-12-12 16:15:32 +01:00
|
|
|
.page-title {
|
2017-07-03 15:23:02 +02:00
|
|
|
font-size: 30px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 3 * $default-spacer;
|
|
|
|
margin-bottom: 3 * $default-spacer;
|
|
|
|
}
|
2017-07-18 15:03:04 +02:00
|
|
|
|
2017-12-12 16:53:19 +01:00
|
|
|
.tab-title {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: $default-padding;
|
|
|
|
}
|
|
|
|
|
2017-12-12 17:09:08 +01:00
|
|
|
.tab-list,
|
|
|
|
.tab-paragraph {
|
|
|
|
margin-bottom: 2 * $default-padding;
|
|
|
|
}
|
|
|
|
|
2017-11-30 16:49:01 +01:00
|
|
|
.accompagnateur-header {
|
2017-07-18 15:03:04 +02:00
|
|
|
background-color: $light-grey;
|
|
|
|
padding-top: $default-padding;
|
2017-12-12 17:15:55 +01:00
|
|
|
margin-bottom: 3 * $default-spacer;
|
2017-07-18 15:03:04 +02:00
|
|
|
border-bottom: 1px solid $border-grey;
|
|
|
|
|
|
|
|
.container {
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
}
|
2017-10-23 15:19:48 +02:00
|
|
|
|
2018-03-14 11:33:20 +01:00
|
|
|
.mixed-buttons-bar {
|
|
|
|
flex-shrink: 0;
|
2017-11-22 17:59:47 +01:00
|
|
|
|
2018-03-14 11:33:20 +01:00
|
|
|
.button {
|
|
|
|
// Needed so that buttons without text
|
|
|
|
// are ligned with those that have text
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
padding: $default-spacer $default-padding;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2017-11-22 17:59:47 +01:00
|
|
|
}
|
2017-11-23 18:00:13 +01:00
|
|
|
|
|
|
|
.print-menu-opener {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.print-menu {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 45px;
|
|
|
|
font-size: 14px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
|
|
|
|
border: 1px solid $border-grey;
|
|
|
|
min-width: 270px;
|
|
|
|
max-width: 340px;
|
|
|
|
z-index: 20;
|
|
|
|
|
|
|
|
&.open {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
border-bottom: 1px solid $border-grey;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-item {
|
|
|
|
align-items: center;
|
|
|
|
padding: 14px;
|
|
|
|
color: $grey;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin-right: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-link {
|
|
|
|
display: flex;
|
|
|
|
color: $black;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: $light-grey;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.print-header {
|
|
|
|
display: none;
|
|
|
|
}
|