Skip to content

Commit faf5835

Browse files
committed
add styles
1 parent b9abc6c commit faf5835

5 files changed

Lines changed: 13 additions & 10 deletions

File tree

projects/skills/src/app/profile/shared/month-block/month-block.component.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,12 @@
106106
display: flex;
107107
gap: 5px;
108108
color: var(--white);
109+
109110
@include typography.body-12;
110111

111112
@include responsive.apply-desktop {
112-
left: 55%;
113+
left: 55%;
114+
113115
@include typography.bold-body-14;
114116
}
115117
}

projects/skills/src/app/profile/shared/progress-block/progress-block.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
position: absolute;
3939
top: 0;
4040
right: 0;
41+
z-index: 10;
4142
display: inline-block;
4243
width: 24px;
4344
height: 24px;
4445
cursor: pointer;
45-
z-index: 10;
4646

4747
&:hover {
4848
opacity: 1;
@@ -60,19 +60,19 @@
6060
bottom: 95%;
6161
left: 66%;
6262
z-index: 100;
63+
display: none;
6364
width: 200px;
6465
padding: 12px;
6566
color: var(--dark-grey);
6667
background-color: var(--white);
6768
border: 1px solid var(--dark-grey);
6869
border-radius: 15px 15px 0;
6970
opacity: 0;
70-
display: none;
7171
transition: opacity 0.3s ease-in-out;
7272

7373
&--visible {
74-
opacity: 1;
7574
display: block;
75+
opacity: 1;
7676
}
7777
}
7878
}

projects/skills/src/app/profile/shared/skills-block/skills-block.component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
position: absolute;
3030
top: 0;
3131
right: 0;
32+
z-index: 10;
3233
display: inline-block;
3334
width: 24px;
3435
height: 24px;
3536
cursor: pointer;
36-
z-index: 10;
3737

3838
&:hover {
3939
opacity: 1;
@@ -51,19 +51,19 @@
5151
bottom: 98%;
5252
left: 42%;
5353
z-index: 100;
54+
display: none;
5455
width: 200px;
5556
padding: 12px;
5657
color: var(--dark-grey);
5758
background-color: var(--white);
5859
border: 1px solid var(--dark-grey);
59-
border-radius: 15px 15px 0px 15px;
60+
border-radius: 15px 15px 0;
6061
opacity: 0;
61-
display: none;
6262
transition: opacity 0.3s ease-in-out;
6363

6464
&--visible {
65-
opacity: 1;
6665
display: block;
66+
opacity: 1;
6767
}
6868

6969
@include responsive.apply-desktop {

projects/social_platform/src/app/auth/login/login.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
}
3131

3232
.icon {
33-
cursor: pointer;
3433
color: var(--dark-grey);
34+
cursor: pointer;
3535
}

projects/social_platform/src/app/office/projects/detail/info/info.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,10 @@
235235

236236
&__subscribe {
237237
position: absolute;
238-
right: 20px;
239238
top: 20px;
239+
right: 20px;
240240
cursor: pointer;
241+
241242
// color: white;
242243
// padding-bottom: 18px;
243244
// background-color: var(--green);

0 commit comments

Comments
 (0)