mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Re-writted css for events page
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
.header-toolbar{
|
||||
background: #f5f5f5;
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
.ion-text-header-top{
|
||||
text-align: center;
|
||||
@@ -56,23 +51,20 @@
|
||||
.div-item-Oficial{
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
|
||||
/* border-bottom: 1px solid #ccc; */
|
||||
margin: 10px 0 5px 0;
|
||||
overflow: auto;
|
||||
|
||||
background: #cab0dc;
|
||||
padding: 5px;
|
||||
border-radius: 10PX;
|
||||
border-radius: 20px;
|
||||
padding: 10px;
|
||||
}
|
||||
.div-item-Pessoal{
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
/* border-bottom: 1px solid #ccc; */
|
||||
margin: 10px 0 5px 0;
|
||||
overflow: auto;
|
||||
|
||||
background: #cbeecb;
|
||||
padding: 5px;
|
||||
border-radius: 10PX;
|
||||
border-radius: 20px;
|
||||
padding: 10px;
|
||||
}
|
||||
.div-up{
|
||||
width: 100%;
|
||||
@@ -100,7 +92,6 @@
|
||||
float: left;
|
||||
border-left: 4px solid #cab0dc;
|
||||
padding: 0 0 0 12px;
|
||||
|
||||
}
|
||||
.div-content-Pessoal{
|
||||
width: 85%;
|
||||
@@ -108,12 +99,12 @@
|
||||
border-left: 4px solid #cbeecb;
|
||||
padding: 0 0 0 12px;
|
||||
}
|
||||
.div-content-oficial h3, .div-content-pessoal h3{
|
||||
font-size: 16pt;
|
||||
.div-content-Oficial h3, .div-content-Pessoal h3{
|
||||
font-size: 14pt;
|
||||
/* border: 1px solid red; */
|
||||
}
|
||||
.div-content-oficial p, .div-content-pessoal p{
|
||||
font-size: 14pt;
|
||||
.div-content-Oficial p, .div-content-Pessoal p{
|
||||
font-size: 12pt;
|
||||
color: rgb(94, 92, 92);
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user