Merge branch '201-right-column-missing-on-the-circles' of git.happy-dev.fr:startinblox/applications/sib-app into gm-missing-edit-circle
This commit is contained in:
@ -102,6 +102,51 @@
|
||||
|
||||
/* CLASSES Peut-être à sortir de .content-box */
|
||||
|
||||
.block.team-form>form { /* circle-profile */
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
label {
|
||||
|
||||
>.ss-main {
|
||||
font-weight: normal;
|
||||
min-width: 35vw;
|
||||
text-transform: none;
|
||||
|
||||
>.ss-single-selected {
|
||||
align-items: center;
|
||||
background-color: #ebeffa;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
min-height: 4.2rem;
|
||||
padding-left: 1.2rem;
|
||||
|
||||
.ss-arrow {
|
||||
font-size: 1.8rem;
|
||||
margin: 0 18px 0 0;
|
||||
|
||||
span {
|
||||
border: solid $color-244-73-62;
|
||||
border-width: 0 2px 2px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
>input[type='submit'] {
|
||||
background-color: transparent;
|
||||
border: 1px solid #6157e5;
|
||||
color: #6157e5;
|
||||
font-size: 1.4rem;
|
||||
align-self: flex-end;
|
||||
margin-bottom: 0.6rem;
|
||||
margin-left: 4.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.form-container>form {
|
||||
margin-top: 2.7rem;
|
||||
}
|
||||
|
@ -145,6 +145,7 @@
|
||||
}
|
||||
|
||||
img {
|
||||
background-color: white;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
|
@ -52,14 +52,14 @@ h6 {
|
||||
font-weight: 600;
|
||||
padding: 0;
|
||||
|
||||
span {
|
||||
/*span {
|
||||
font-weight: 400;
|
||||
padding-left: 0.85rem;
|
||||
|
||||
&:before {
|
||||
content: '// ';
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -71,7 +71,7 @@ h2 {
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.6rem;
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
@ -126,6 +126,10 @@ sib-delete {
|
||||
padding: 5rem;
|
||||
}
|
||||
|
||||
%padding-block {
|
||||
padding: 3.2rem;
|
||||
}
|
||||
|
||||
.content-box {
|
||||
@include window-style-modal();
|
||||
display: flex;
|
||||
@ -136,7 +140,7 @@ sib-delete {
|
||||
&.full-width {
|
||||
background: $color-0-0-100;
|
||||
flex: 1;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.6rem;
|
||||
margin: 0 auto;
|
||||
min-height: calc(100vh - 84px);
|
||||
}
|
||||
@ -146,6 +150,45 @@ sib-delete {
|
||||
}
|
||||
}
|
||||
|
||||
.content-box__header {
|
||||
padding: 2.3rem 3rem;
|
||||
|
||||
div {
|
||||
color: $color-233-18-29;
|
||||
display: flex;
|
||||
font-size: 2rem;
|
||||
|
||||
&>* {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
margin: 1.1rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content-box__header.with-edit {
|
||||
border-bottom: 1px solid $color-221-51-90;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
sib-display {
|
||||
display: flex;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
sib-link {
|
||||
display: flex;
|
||||
&::before {
|
||||
align-self: center;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.drive {
|
||||
width: 100%;
|
||||
border: 0;
|
||||
@ -186,17 +229,12 @@ sib-delete {
|
||||
}
|
||||
|
||||
.editlink {
|
||||
font-size: 1.6rem;
|
||||
|
||||
@include icon('pencil');
|
||||
background: $color-244-73-62;
|
||||
border-radius: 50%;
|
||||
color: white;
|
||||
|
||||
&::before {
|
||||
background: $color-244-73-62;
|
||||
border-radius: 50%;
|
||||
text-decoration: none;
|
||||
height: 34px;
|
||||
width: 34px;
|
||||
}
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.name {
|
||||
|
Reference in New Issue
Block a user