Newer
Older
/******* CORECTION BUG CSS WITH V1 (A SUPPRIMER A LA FIN) *********/
font-size: 0.7em !important;
height: 18px !important;
}
/************************************************************/
margin-top: 0px;
}
font-size: 30px;
}
padding: 0px !important;
}
}
padding: 10px;
}
/*HeaderV2*/
#headerV2 .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: inherit !important;
background-color: #135F7F !important;
.modal-body .list-group li {
/*border-color: #135F7F !important;*/
.modal-footer {
background: white;
/*** FIX BUG EXPANSION PANEL MATERIAL WITH TABS (DELETE AFTER CORRECTION) ***/

Alex ORLUC
committed
.mat-expansion-panel-content:not(.mat-expanded):not(.ng-animating) {
display: none;
/*********************************/
/*** FIX FA ICON INSIDE MAT BUTTON ***/
/*********************************/
.admin-headers-align .mat-expansion-panel-header-title,
.admin-headers-align .mat-expansion-panel-header-description {
/*flex-basis: 0;*/
width: 50%;
.admin-headers-align .mat-expansion-panel-header-description {
justify-content: space-between;
align-items: center;
.mat-autocomplete-panel .mat-option {
font-size: 80%;
.mat-autocomplete-panel .mat-option small {
}
.mat-checkbox-layout .mat-checkbox-label {
font-weight: normal;

Alex ORLUC
committed
}

Alex ORLUC
committed
.mat-paginator-page-size {
display: none !important;
}
.admin-toolbar .maarchLogo {
padding-left: 5px;
padding-right: 5px;

Alex ORLUC
committed
.admin-toolbar .maarchLogo svg {
}
.mat-toolbar.mat-primary {
z-index: 9;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
}
.admin-container {
display: flex;
flex-direction: column;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.admin-is-mobile {
top: 56px;
}
.admin-is-mobile .admin-toolbar {
position: fixed;
/* Make sure the toolbar will stay on top of the content as it scrolls past. */
z-index: 2;
}
h1.admin-app-name {
margin-left: 8px;
}
.admin-toolbar-title {
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
}
.admin-sidenav-container {
/* When the sidenav is not fixed, stretch the sidenav container to fill the available space. This
causes `<mat-sidenav-content>` to act as our scrolling element for desktop layouts. */
flex: 1;
}
.admin-is-mobile .admin-sidenav-container {
/* When the sidenav is fixed, don't constrain the height of the sidenav container. This allows the
`<body>` to be our scrolling element for mobile layouts. */
flex: 1 0 auto;
}
.hide-for-mobile {
display: none;
}
.mat-sidenav {
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.mat-row:hover {
background: #673ab71a;
-webkit-transition: background 0.5s ease-out;
-moz-transition: background 0.5s ease-out;
-o-transition: background 0.5s ease-out;
transition: background 0.5s ease-out;
}
.mat-row {
background: white;
-webkit-transition: background 0.5s ease-out;
-moz-transition: background 0.5s ease-out;
-o-transition: background 0.5s ease-out;
transition: background 0.5s ease-out;
}
.mat-cell {
word-wrap: normal !important;
text-overflow: ellipsis;

Alex ORLUC
committed
}
/* small display mode */
@media all and (max-width: 768px) {
#container,
#content {
min-width: initial !important;

Alex ORLUC
committed
}

Alex ORLUC
committed
#header {

Alex ORLUC
committed
}

Alex ORLUC
committed
#footer {

Alex ORLUC
committed
}

Alex ORLUC
committed
.enableAtionBottomLeftSmarpthone {
z-index: 1;
position: fixed !important;
bottom: 3%;
left: 3%;
}

Alex ORLUC
committed
.enableAtionBottomCenterSmarpthone {
z-index: 1;
position: fixed !important;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
bottom: 10px;

Alex ORLUC
committed
}

Alex ORLUC
committed
.enableAtionTopLeftSmarpthone {
z-index: 1;
position: fixed !important;
left: 3%;
top: 3%;
}

Alex ORLUC
committed
.enableAtionTopRightSmarpthone {
z-index: 1;
position: fixed !important;
right: 3%;
top: 3%;
}
.admin-toolbar .mat-button {
min-width: initial;
}
.admin-toolbar .maarchLogo {
height: 100%;
width: 50px;
.admin-toolbar-title {
margin-left: 0px !important;
}

Alex ORLUC
committed
.jstree-checkbox {
display: none !important;
}

Alex ORLUC
committed
.headerMaarch .mat-menu-content {
position: relative !important;
.headerMaarch.mat-menu-panel {
background: #135f7f !important;
.headerMaarchShortcut.mat-menu-panel {
max-width: 400px;
}
.headerMaarchShortcut .mat-menu-content {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.headerMaarchShortcut .mat-nav-list {
padding-top: 0px !important;
}
.mat-column-default_priority {

Alex ORLUC
committed
display: flex;
justify-content: center;
}
.mat-column-working_days {

Alex ORLUC
committed
display: flex;
justify-content: center;
}
.mat-tab-body-content {
overflow: hidden !important;

Alex ORLUC
committed
}
.mat-raised-button {

Alex ORLUC
committed
margin: 5px !important;

Alex ORLUC
committed
.mat-expansion-panel-header-title,
.mat-expansion-panel-header-description {

Alex ORLUC
committed
flex-basis: 0;
}
.mat-expansion-panel-header-description {

Alex ORLUC
committed
justify-content: space-between;
align-items: center;
.homeBasketList .mat-list .mat-list-item {
.example-loading-shade {
position: absolute;
top: 0;
left: 0;
bottom: 56px;
right: 0;
background: rgba(0, 0, 0, 0.15);
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
#searchInput .mat-form-field-infix {
width: 100%;
}
#searchInput .mat-form-field-label {
opacity: 0.5;
.note-width-bottom-sheet {
.mat-slide-toggle-label {
font-weight: normal;
}
.mat-dialog-container,
.mat-tab-body-content {
}
.no-padding-full-dialog .mat-dialog-container {
margin: 0;
padding: 0;
position: relative;
height: 95vh !important;
width: 90vw !important;
overflow: hidden;