<ng-container *ngIf="action">
- <div class="row py-2 border-bottom">
- <div class="col-3">
+ <div class="row py-2 border-bottom d-flex flex-wrap">
+ <div class="col-lg-3 col-md-2">
<div class="d-flex justify-content-between">
<span
- class="qa_action_created_at"
+ class="qa_action_created_at mr-2"
container="body"
[ngbTooltip]="action.actionCreatedAt | date: FULL_DATE_FORMAT"
>{{
</ng-container>
</div>
</div>
- <div class="col-9">
+ <div class="col-lg-9 col-md-7">
<ng-content></ng-content>
</div>
</div>
* SPDX-License-Identifier: Apache-2.0
*/
-
img {
height: 20px;
width: 20px;
.bg-color-inherit {
background-color: inherit;
}
+
+.m-l-24px {
+ margin-left: 24px;
+}
+
+@media (max-width: 570px) {
+ select {
+ font-size: 11px !important;
+ }
+}
+
+@media (max-width: 1225px) {
+ .no-flex-wrap {
+ flex-wrap: nowrap !important;
+ }
+}
+
+@media (max-width: 1200px) {
+ .flex-wrap {
+ flex-wrap: wrap !important;
+ }
+}
<ng-template #template>
<ng-container *ngIf="actions$ | async as actions">
- <div class="col-xl-4 col-lg-6 col-sm-12 my-2 qa_USER_LAST_ACTION_TILE" cdkDrag>
- <div class="shadow card" style="height: 334.867px">
+ <div class="col-xl-5 col-lg-7 col-sm-12 my-2 qa_user_last_action_tile" cdkDrag>
+ <div class="shadow card tile-height">
<div class="card-header pl-3">
- <div class="d-flex" *ngIf="actionFilterType$ | async as selectedFilter">
+ <div class="d-flex flex-wrap" *ngIf="actionFilterType$ | async as selectedFilter">
<div class="d-flex align-items-center">
<i
class="bi bi-arrows-move text-primary draggable text-primary pr-2"
</option>
</select>
</div>
- <div class="d-flex" *ngIf="actionIntervalType$ | async as selectedInterval">
+ <div class="d-flex m-l-24px" *ngIf="actionIntervalType$ | async as selectedInterval">
<label class="d-none" for="intervalSelect"
>{{ 'dashboard.apps.userLastAction.filter.label' | translate
}}{{ 'dashboard.apps.userLastAction.filter.interval.' + selectedInterval | translate }}</label
padding-left: initial;
margin-top: initial;
}
+
+
+@media (max-width: 605px) {
+ h2 {
+ font-size: 31px !important;
+ }
+}
+
+@media (max-width: 600px) {
+ h2 {
+ font-size: 28px !important;
+ }
+}
+
+@media (max-width: 586px) {
+ h2 {
+ font-size: 25px !important;
+ }
+}
+
+@media (max-width: 570px) {
+ .p-l-2px {
+ padding-left: 2px !important;
+ }
+}
+
</app-breadcrumb-item>
</app-breadcrumb>
<ng-container *ngIf="tiles$ | async as apps">
- <div class="w-100 d-flex justify-content-between">
+ <div class="w-100 d-flex flex-wrap justify-content-between">
<h2 class="qa_title">{{ 'layout.menu.items.dashboard' | translate }}</h2>
- <ul>
+ <ul class="p-l-2px">
<li
#settingsDrop="ngbDropdown"
[ngbTooltip]="'dashboard.tooltips.settings' | translate"
width: 100%;
padding-right: 15px;
padding-left: 15px;
+ min-width: 194px !important;
}
.col {
.mt-2,
.my-2 {
- margin-top: 0.5rem !important;
+ margin-top: 0.375rem !important;
}
.mr-2,
.mb-2,
.my-2 {
- margin-bottom: 0.5rem !important;
+ margin-bottom: 0.375rem !important;
}
.ml-2,
.pl-5,
.px-5 {
- padding-left: 3rem !important;
+ padding-left: 2.25rem !important;
}
.m-n1 {
content: " ";
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M15.81,14.99l-6.99-7l6.99-7c0.24-0.24,0.2-0.63-0.04-0.83c-0.24-0.2-0.59-0.2-0.79,0l-6.99,7l-6.99-7 C0.75-0.08,0.36-0.04,0.16,0.2c-0.2,0.24-0.2,0.59,0,0.79l6.99,7l-6.99,7c-0.24,0.24-0.2,0.63,0.04,0.83c0.24,0.2,0.59,0.2,0.79,0 l6.99-7l6.99,7c0.24,0.24,0.59,0.24,0.83,0.04C16.04,15.66,16.08,15.26,15.81,14.99C15.85,15.03,15.81,15.03,15.81,14.99z' fill='%23262626'/%3E%3C/svg%3E");
}
+
+.tile-height {
+ height: 408.867px;
+}
+
+hr, .breadcrumb {
+ min-width: 164px;
+}
+
+