mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix border in actions modals
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
background: #fff;
|
||||
}
|
||||
ion-content{
|
||||
--background: transparent;
|
||||
transform: translate3d(0, 5px, 0);
|
||||
--background: #ebebeb;
|
||||
--border-radius: 30px;
|
||||
}
|
||||
ion-footer{
|
||||
@@ -124,4 +123,4 @@
|
||||
}
|
||||
.ion-segment{
|
||||
--background: #0782c9;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
:host{
|
||||
background: #0782c9;
|
||||
background: transparent;
|
||||
}
|
||||
ion-content{
|
||||
--background: transparent;
|
||||
transform: translate3d(0, 5px, 0);
|
||||
--background: #ebebeb;
|
||||
//transform: translate3d(0, 5px, 0);
|
||||
--border-radius: 30px;
|
||||
}
|
||||
ion-footer{
|
||||
@@ -97,7 +97,7 @@ font-size: 25px;
|
||||
float: left;
|
||||
padding: 10px;
|
||||
font-size: 25px;
|
||||
|
||||
|
||||
}
|
||||
.ion-input-class{
|
||||
height: auto;
|
||||
@@ -129,4 +129,4 @@ font-size: 25px;
|
||||
}
|
||||
.ion-segment{
|
||||
--background: #0782c9;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
background: #0782c9;
|
||||
}
|
||||
ion-content{
|
||||
--background: transparent;
|
||||
transform: translate3d(0, 5px, 0);
|
||||
--background: #ebebeb;
|
||||
--border-radius: 30px;
|
||||
}
|
||||
ion-footer{
|
||||
@@ -139,7 +138,7 @@ font-size: 25px;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.picture{
|
||||
.post-img{
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
}
|
||||
ion-content{
|
||||
--background: transparent;
|
||||
//transform: translate3d(0, 5px, 0);
|
||||
--border-radius: 30px;
|
||||
}
|
||||
ion-toolbar{
|
||||
@@ -91,7 +90,7 @@
|
||||
float: left;
|
||||
font-size: 35px;
|
||||
|
||||
|
||||
|
||||
}
|
||||
.div-title{
|
||||
/* padding: 0!important; */
|
||||
@@ -101,7 +100,7 @@
|
||||
.title{
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
|
||||
.actions-icon{
|
||||
float: right;
|
||||
}
|
||||
@@ -163,4 +162,4 @@
|
||||
font-size: 13px;
|
||||
color: #000;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user