Skip to content
Snippets Groups Projects
Commit 980992f9 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(profile) : clean css

parent a72cc271
No related branches found
No related tags found
3 merge requests!85Recette,!84Dev,!79Feat/form request add user
......@@ -46,13 +46,6 @@
}
}
}
button {
&.transparent {
background: none;
border: 1px solid $grey-4;
border-radius: 6px;
}
}
.structureSection {
margin-bottom: 108px;
.structureCard {
......@@ -88,79 +81,3 @@ button {
color: $white;
}
}
.contentModal {
padding: 35px 34px 18px 54px !important;
.headerModal {
width: 100%;
}
p {
&.special {
margin: 8px 0;
@include cn-regular-14;
color: $grey-3;
&.invalid {
color: $orange-warning;
}
}
}
.removeOwner {
button {
width: 40px;
background-color: $red-default;
}
span {
@include cn-bold-18;
}
}
button {
&.invalid {
opacity: 0.4;
}
}
.form-group {
width: 100%;
padding-right: 40px;
input {
width: 100%;
}
}
.ico-close-details {
min-width: 40px;
}
}
ul {
list-style: none;
margin: 0;
padding-left: 0;
}
li {
fill: $secondary-color;
color: $black;
display: block;
float: left;
position: relative;
text-decoration: none;
button {
width: 40px;
fill: $secondary-color;
&.active {
background-color: $secondary-color;
fill: $white;
border-color: $secondary-color;
}
&:hover {
background-color: $secondary-color;
fill: $white;
border-color: $secondary-color;
}
}
}
ul li ul {
position: absolute;
display: block;
margin-left: -268px;
margin-top: 7px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment