Додана сторінка "історія служіння"
This commit is contained in:
71
web/lib/pages/territory_history/style.css
Normal file
71
web/lib/pages/territory_history/style.css
Normal file
@@ -0,0 +1,71 @@
|
||||
.page-territory_history {
|
||||
width: calc(100% - 18px);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin: 20px 9px 0 9px;
|
||||
justify-content: space-between;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page-territory_history>#list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.page-territory_history>#list>.card {
|
||||
display: flex;
|
||||
width: calc(100% - 2px);
|
||||
background: var(--ColorThemes1);
|
||||
border: 1px solid var(--ColorThemes2);
|
||||
border-radius: var(--border-radius);
|
||||
margin-bottom: 10px;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page-territory_history>#list>.card>.info {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.page-territory_history>#list>.card>.info>div {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.page-territory_history>#list>.card>.info>div>a,
|
||||
.page-territory_history>#list>.card>.info>div>p {
|
||||
font-size: var(--FontSize3);
|
||||
}
|
||||
|
||||
.page-territory_history>#list>.card>.info>.address {
|
||||
width: 20%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.page-territory_history>#list>.card>.info>.apartment {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.page-territory_history>#list>.card>.info>.status {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.page-territory_history>#list>.card>.info>.name {
|
||||
width: 150px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.page-territory_history>#list>.card>.info>.date {
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
.page-territory_history>#list>.card>.description {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 0 10px 10px 10px;
|
||||
background: var(--ColorThemes0);
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user