dashboard: Update sizes in order to have 59 slots
This commit is contained in:
parent
175015d0ea
commit
5d53df6f1a
@ -28,8 +28,9 @@
|
|||||||
width: calc(100vw / 12 - 0.26vw);
|
width: calc(100vw / 12 - 0.26vw);
|
||||||
}
|
}
|
||||||
.student-title {
|
.student-title {
|
||||||
width: calc(2 * (100vw / 12 - 0.22vw) + 0.2vw);
|
/* width: calc(2 * (100vw / 12 - 0.22vw) + 0.2vw); */
|
||||||
font-size: 15px;
|
/* font-size: 15px; */
|
||||||
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
.student h5 {
|
.student h5 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -100,8 +101,8 @@
|
|||||||
<div ng-cloak ng-if="!onestudent">
|
<div ng-cloak ng-if="!onestudent">
|
||||||
<div ng-controller="StudentsProgressionController" class="d-flex flex-wrap">
|
<div ng-controller="StudentsProgressionController" class="d-flex flex-wrap">
|
||||||
<div class="card student student-title d-flex flex-column justify-content-around" style="background-image: url('https://srs.epita.fr/assets/images/logo-srs.png');">
|
<div class="card student student-title d-flex flex-column justify-content-around" style="background-image: url('https://srs.epita.fr/assets/images/logo-srs.png');">
|
||||||
<h5 class="text-center" title="SRS" ng-cloak>
|
<h5 class="text-center text-truncate mb-0" title="SRS" ng-cloak>
|
||||||
ADLIN TP {{tutoid+1}}
|
TP {{tutoid+1}}
|
||||||
<span ng-click="toogleDropdown()">
|
<span ng-click="toogleDropdown()">
|
||||||
<svg class="bi bi-chevron-down" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
<svg class="bi bi-chevron-down" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z" clip-rule="evenodd"/>
|
<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z" clip-rule="evenodd"/>
|
||||||
|
Reference in New Issue
Block a user