update: flex class added in other files + %padding removed
This commit is contained in:
parent
af1d40cbd4
commit
56f9151345
@ -1,5 +1,5 @@
|
||||
.views-container.sidebar-is-closed
|
||||
.content-box.full-width.with-form
|
||||
.content-box.flex.full-width.with-form
|
||||
div.content-box__header
|
||||
sib-ac-checker(permission='acl:Read', bind-resources)
|
||||
sib-display(
|
||||
|
@ -1,4 +1,4 @@
|
||||
.content-box.full-width
|
||||
.content-box.flex.full-width
|
||||
|
||||
sib-display.content-box__header(
|
||||
bind-resources
|
||||
|
@ -1,5 +1,5 @@
|
||||
.views-container.sidebar-is-closed
|
||||
.content-box.full-width.with-form
|
||||
.content-box.flex.full-width.with-form
|
||||
div.content-box__header
|
||||
sib-ac-checker(permission='acl:Read', bind-resources)
|
||||
sib-display(
|
||||
|
@ -154,6 +154,7 @@ h5 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
%padding-main {
|
||||
padding: 1.3rem;
|
||||
}
|
||||
@ -162,6 +163,8 @@ h5 {
|
||||
padding: 3.2rem;
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> d9b2c89... update: flex class added in other files + %padding removed
|
||||
.avatar {
|
||||
align-items: center;
|
||||
background-color: var(--color-avatar-background);
|
||||
@ -190,7 +193,6 @@ h5 {
|
||||
|
||||
.content-box {
|
||||
@include window-style-modal();
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
margin: 2rem 1rem 5rem 2rem;
|
||||
@ -202,10 +204,6 @@ h5 {
|
||||
margin: 0 auto;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
&.with-padding {
|
||||
@extend %padding-main;
|
||||
}
|
||||
}
|
||||
|
||||
/* Header inside circle, project view */
|
||||
@ -268,8 +266,8 @@ h5 {
|
||||
}
|
||||
|
||||
.content-box__info {
|
||||
@extend %padding-block;
|
||||
flex-direction: column;
|
||||
padding: 3.2rem;
|
||||
}
|
||||
|
||||
/*.modal {
|
||||
@ -329,7 +327,6 @@ h5 {
|
||||
}
|
||||
|
||||
.space-between {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 1.4rem;
|
||||
}
|
||||
|
@ -1,9 +1,13 @@
|
||||
.no-sidebar {
|
||||
flex: 1;
|
||||
<<<<<<< HEAD
|
||||
|
||||
&.with-padding {
|
||||
@extend %padding-main;
|
||||
}
|
||||
=======
|
||||
padding: 5rem;
|
||||
>>>>>>> d9b2c89... update: flex class added in other files + %padding removed
|
||||
}
|
||||
|
||||
.with-sidebar {
|
||||
|
@ -1,4 +1,4 @@
|
||||
.content-box.full-width.with-form
|
||||
.content-box.flex.full-width.with-form
|
||||
sib-router(default-route='admin-circle-list', hidden)
|
||||
sib-route(name='admin-circle-list')
|
||||
sib-route(name='admin-circle-create')
|
||||
|
@ -1,4 +1,4 @@
|
||||
.content-box.full-width.with-form
|
||||
.content-box.flex.full-width.with-form
|
||||
sib-router(default-route='admin-project-list', hidden)
|
||||
sib-route(name='admin-project-list')
|
||||
sib-route(name='admin-project-create')
|
||||
|
@ -1,4 +1,4 @@
|
||||
.content-box.full-width.with-form
|
||||
.content-box.flex.full-width.with-form
|
||||
sib-router(default-route='admin-users-list', hidden)
|
||||
sib-route(name='admin-users-list')
|
||||
sib-route(name='admin-users-create')
|
||||
|
@ -6,7 +6,7 @@ sib-router(default-route='circle-profile', hidden)
|
||||
include ../../templates/hubl-circle-team.pug
|
||||
.content-box__info.flex
|
||||
|
||||
.space-between
|
||||
.flex.space-between
|
||||
sib-display(
|
||||
bind-resources
|
||||
fields='creationDateSet(title, creationDate)'
|
||||
|
@ -1,4 +1,4 @@
|
||||
.content-box.with-padding.full-width.chat-view
|
||||
.content-box.flex.full-width.chat-view
|
||||
sib-chat(
|
||||
data-authentication='login',
|
||||
data-auto-login='true',
|
||||
|
@ -9,7 +9,7 @@ sib-router(default-route='project-profile', hidden)
|
||||
|
||||
.content-box__info.flex
|
||||
|
||||
.space-between
|
||||
.flex.space-between
|
||||
sib-display(
|
||||
bind-resources
|
||||
fields='creationDateSet(title, creationDate)'
|
||||
@ -24,7 +24,7 @@ sib-router(default-route='project-profile', hidden)
|
||||
sib-link(class='button text-bold text-uppercase reversed button-primary bordered with-icon icon-pencil' next='project-edit' bind-resources) Modifier et ajouter un membre
|
||||
|
||||
|
||||
.space-between
|
||||
.flex.space-between
|
||||
sib-display(
|
||||
bind-resources
|
||||
fields='label-captain, captain'
|
||||
|
Loading…
Reference in New Issue
Block a user