mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
improve responsiveness
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="main-header d-flex align-items-center">
|
||||
<div class= "left cursor-pointer" (click)="close()">
|
||||
<button class="btn-no-color" (click)="close()">
|
||||
<fa-icon icon="chevron-left" class="header-top-btn font-awesome-1 font-35"></fa-icon>
|
||||
<fa-icon icon="chevron-left" class="header-top-btn font-awesome-1 font-35-rem"></fa-icon>
|
||||
</button>
|
||||
</div>
|
||||
<div class="middle-container">
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import '~src/function.scss';
|
||||
|
||||
.main-header{
|
||||
width: 100%; /* 400px */
|
||||
height: 100%;
|
||||
@@ -13,12 +15,12 @@
|
||||
.left{
|
||||
width: fit-content;
|
||||
float: left;
|
||||
//font-size: 35px;
|
||||
//font-size: rem(35);
|
||||
overflow: hidden;
|
||||
|
||||
.header-top-btn{
|
||||
background: transparent;
|
||||
font-size: 25px !important;
|
||||
font-size: rem(25) !important;
|
||||
font-weight: 100 !important;
|
||||
/* color: #0782c9; */
|
||||
color: #42b9fe;
|
||||
@@ -39,7 +41,7 @@
|
||||
align-items: center;
|
||||
|
||||
.title{
|
||||
font-size: 25px;
|
||||
font-size: rem(25);
|
||||
white-space: nowrap;
|
||||
overflow: hidden !important;
|
||||
text-overflow: ellipsis !important;
|
||||
|
||||
Reference in New Issue
Block a user