demarches-normaliennes/app/assets/stylesheets/dossier_views.scss

67 lines
1.1 KiB
SCSS
Raw Normal View History

2018-08-08 17:09:02 +02:00
@import "colors";
@import "constants";
.dossier-container {
.sub-header {
.label {
float: right;
margin-left: $default-spacer;
}
.title-container {
margin-bottom: $default-spacer;
padding-left: 32px;
2018-08-08 17:09:02 +02:00
.icon.folder {
float: left;
margin-left: -32px;
margin-top: 3px;
}
2018-08-08 17:09:02 +02:00
}
h1 {
color: $black;
font-size: 22px;
margin-bottom: 0;
}
2018-08-08 17:09:02 +02:00
h2 {
2020-06-11 14:33:15 +02:00
color: $dark-grey;
font-weight: bold;
}
.header-actions {
margin-bottom: $default-spacer;
display: flex;
justify-content: flex-end;
column-gap: $default-spacer * 2;
}
}
.edit-identity-action {
.dropdown-content {
padding: $default-padding;
min-width: 250px;
}
.table {
margin-bottom: $default-padding * 2;
}
2018-08-08 17:09:02 +02:00
}
2018-08-14 15:06:44 +02:00
.messagerie-explanation {
margin-bottom: $default-padding * 2;
}
.latest-message-section {
display: flex;
flex-direction: column;
max-width: 700px;
margin-bottom: $default-padding * 2;
.button.send {
align-self: flex-end;
}
}
2018-08-08 17:09:02 +02:00
}