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 @@ ...@@ -5,6 +5,11 @@
:host { :host {
height: 100%; height: 100%;
::ng-deep form {
display: flex;
flex-direction: column;
gap: 40px;
}
} }
.formView { .formView {
...@@ -52,12 +57,6 @@ ...@@ -52,12 +57,6 @@
} }
} }
::ng-deep form {
display: flex;
flex-direction: column;
gap: 40px;
}
::ng-deep.title { ::ng-deep.title {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
.search-bar { .search-bar {
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: row;
gap: 0;
input { input {
box-sizing: border-box; box-sizing: border-box;
...@@ -31,9 +29,7 @@ ...@@ -31,9 +29,7 @@
border: 1px solid $grey-1; border: 1px solid $grey-1;
} }
} }
::ng-deep app-v3-icon-button { ::ng-deep app-v3-icon-button button {
button { border-radius: 0 4px 4px 0;
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