Skip to content
Snippets Groups Projects
Commit e9b84633 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: css host form selector

parent cc3006bc
No related branches found
No related tags found
2 merge requests!783V3.0.0,!668chore: css host form selector
......@@ -5,6 +5,11 @@
:host {
height: 100%;
::ng-deep form {
display: flex;
flex-direction: column;
gap: 40px;
}
}
.formView {
......@@ -52,12 +57,6 @@
}
}
::ng-deep form {
display: flex;
flex-direction: column;
gap: 40px;
}
::ng-deep.title {
display: flex;
flex-direction: column;
......
......@@ -4,8 +4,6 @@
.search-bar {
display: flex;
align-items: center;
flex-direction: row;
gap: 0;
input {
box-sizing: border-box;
......@@ -31,9 +29,7 @@
border: 1px solid $grey-1;
}
}
::ng-deep app-v3-icon-button {
button {
border-radius: 0 4px 4px 0;
}
::ng-deep app-v3-icon-button button {
border-radius: 0 4px 4px 0;
}
}
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