mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
@@ -188,6 +188,7 @@
|
||||
|
||||
.close-button {
|
||||
display: none;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
|
||||
@@ -199,5 +200,6 @@
|
||||
|
||||
.close-button {
|
||||
display: block !important;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
@@ -180,7 +180,7 @@ ion-content{
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
@@ -199,6 +199,7 @@ ion-content{
|
||||
|
||||
.close-button {
|
||||
display: none;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
.attach-title-item{
|
||||
width: 100%;
|
||||
font-size: 15px;
|
||||
color:#0d89d1;
|
||||
color:var(--title-text-color);
|
||||
}
|
||||
/* SPAN */
|
||||
.span-left{
|
||||
|
||||
+9
-7
@@ -144,7 +144,7 @@ ion-menu{
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
@@ -163,18 +163,20 @@ ion-menu{
|
||||
|
||||
.close-button {
|
||||
display: none;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
|
||||
.list:hover {
|
||||
|
||||
.app-name {
|
||||
display: none;
|
||||
}
|
||||
.app-name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.close-button {
|
||||
display: block !important;
|
||||
}
|
||||
.close-button {
|
||||
display: block !important;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.attach-title-item{
|
||||
|
||||
+2
-1
@@ -174,7 +174,7 @@
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
@@ -193,6 +193,7 @@
|
||||
|
||||
.close-button {
|
||||
display: none;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
+3
-2
@@ -154,7 +154,7 @@ font-size: 13px;
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
@@ -173,6 +173,7 @@ font-size: 13px;
|
||||
|
||||
.close-button {
|
||||
display: none;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
|
||||
@@ -189,7 +190,7 @@ font-size: 13px;
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user