angular-covid/angular/src/styles.css
2025-03-07 14:18:42 +01:00

30 lines
No EOL
521 B
CSS

/* You can add global styles to this file, and also import other style files */
.active-link {
color: #ffc107 !important; /* Jaune Bootstrap */
font-weight: bold;
border-bottom: 2px solid #ffc107;
}
.fs-40 {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
.fs-20 {
width: 5vw;
}
.breakWord {
word-break: break-word;
word-wrap: break-word;
}
.SpaceMargin-02 {
margin-left: 10px;
margin-top: 2px;
}
.SpaceMargin-05 {
margin-left: 10px;
margin-top: 10px;
}