Skip to content

Commit 159cc0e

Browse files
committed
add styles
1 parent 4fea925 commit 159cc0e

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

projects/skills/src/app/app.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ import { routes } from "./app.routes";
66
import { HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi } from "@angular/common/http";
77
import { API_URL, BearerTokenInterceptor, CamelcaseInterceptor, PRODUCTION } from "@corelib";
88
import { environment } from "../environments/environment";
9-
import { provideAnimations } from "@angular/platform-browser/animations";
109

1110
export const appConfig: ApplicationConfig = {
1211
providers: [
1312
provideRouter(routes),
14-
provideAnimations(),
1513
{ provide: HTTP_INTERCEPTORS, multi: true, useClass: BearerTokenInterceptor },
1614
{ provide: HTTP_INTERCEPTORS, multi: true, useClass: CamelcaseInterceptor },
1715
{ provide: API_URL, useValue: environment.apiUrl },

projects/skills/src/app/profile/students/students.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@
104104
padding: 36px 24px;
105105
}
106106

107-
height: 50px;
108-
padding: 10px;
109107
position: absolute;
110108
top: 92%;
111109
z-index: -10;
110+
height: 50px;
111+
padding: 10px;
112112
}
113113
}
114114
}

projects/skills/src/app/trajectories/track-career/shared/trajectory/trajectory.component.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,9 @@
349349
&__text {
350350
margin-bottom: 5px;
351351

352-
353352
@include responsive.apply-desktop {
354-
margin-bottom: 10px;
355353
width: 108%;
354+
margin-bottom: 10px;
356355
}
357356
}
358357

projects/social_platform/src/app/office/projects/edit/edit.component.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
&__nav {
6060
display: flex;
6161
flex-wrap: wrap;
62+
gap: 10px;
6263
align-items: center;
6364
justify-content: center;
64-
gap: 10px;
6565

6666
@include responsive.apply-desktop {
67+
gap: 0;
6768
justify-content: space-between;
68-
gap: 0px;
6969
}
7070
}
7171

@@ -95,8 +95,8 @@
9595
}
9696

9797
&__inner {
98-
margin-bottom: 25px;
9998
width: 100%;
99+
margin-bottom: 25px;
100100

101101
@include responsive.apply-desktop {
102102
display: flex;
@@ -124,11 +124,11 @@
124124
flex-basis: 50%;
125125

126126
:first-child & :not(span, fieldset, label, h4, p, i) {
127-
margin-bottom: 10px;
128127
margin-top: 26px;
128+
margin-bottom: 10px;
129129
}
130130

131-
:last-child {
131+
:last-child {
132132
margin-top: 10px;
133133
}
134134
}

0 commit comments

Comments
 (0)