Skip to content

Commit 9b8065e

Browse files
committed
add styles to link
1 parent 31db91d commit 9b8065e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

projects/social_platform/src/app/office/projects/edit/shared/project-main-step/project-main-step.component.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
&__options {
1919
display: flex;
2020
flex-direction: column;
21-
width: 100%;
2221
gap: 35px;
22+
width: 100%;
2323
margin-top: 35px;
2424
}
2525

@@ -96,16 +96,16 @@
9696
}
9797
}
9898

99-
&__links {
99+
&__links {
100100
display: flex;
101-
width: 100%;
102101
gap: 20px;
102+
width: 100%;
103103

104104
&--wrapper {
105105
display: flex;
106106
flex-direction: column;
107-
width: 100%;
108107
gap: 20px;
108+
width: 100%;
109109
}
110110

111111
li {
@@ -114,8 +114,8 @@
114114

115115
form {
116116
display: flex;
117-
width: 100%;
118117
align-items: center;
118+
width: 100%;
119119

120120
fieldset {
121121
width: 100%;

0 commit comments

Comments
 (0)