Skip to content

Commit 54dc3d0

Browse files
[FEATURE] Changement de style des bouton de selection d'une classe (PIX-16977)
#11680
2 parents 5a2030c + ba32a18 commit 54dc3d0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

junior/app/styles/pages/school.scss

+3-5
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
background-position-x: center;
4747
background-position-y: 30px;
4848
background-size: 145px;
49-
border-radius: 50%;
49+
border-radius: 24px;
5050
box-shadow: 0 0 1px 0 var(--pix-primary-500), 8px 8px 32px -8px rgb(61 104 255 / 20%);
5151

5252
.item__title {
5353
position: relative;
5454
top: 138px;
55-
left: 28%;
55+
left: 5%;
5656
display: -webkit-box;
57-
width: 44%;
57+
width: 90%;
5858
overflow: hidden;
5959
font-weight: 800;
6060
text-overflow: ellipsis;
@@ -72,8 +72,6 @@
7272
.item__title {
7373
position: relative;
7474
top: 175px;
75-
left: 25%;
76-
width: 50%;
7775
}
7876
}
7977
}

0 commit comments

Comments
 (0)