Ela_Front/src/styles/components/_articlealaune.scss

81 lines
1.6 KiB
SCSS

.articlesalaUne {
ul {
list-style-type: none;
padding: 0; /* Remove padding */
margin: 0; /* Remove margins */
text-align: left;
cursor: pointer;
font-size: 0.75rem;
color: #3b3e40;
line-height: 1.43;
font-size: 12.5px;
margin-bottom: 4px;
color: #3b3e40;
}
.okUpdateData {
font-size: large;
color: green;
font-style: italic;
}
.koUpdateData {
font-size: large;
color: red;
font-style: italic;
}
.img_note_class {
width: 10%;
height: 10%;
}
@media only screen and (max-width: 600px) {
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
ul {
list-style-type: none;
padding: 0; /* Remove padding */
margin: 0; /* Remove margins */
text-align: left;
cursor: pointer;
color: #3b3e40;
line-height: 1.43;
font-size: 0.7rem;
margin-bottom: 4px;
color: #3b3e40;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
ul {
list-style-type: none;
padding: 0; /* Remove padding */
margin: 0; /* Remove margins */
text-align: left;
cursor: pointer;
font-size: 0.72rem;
color: #3b3e40;
line-height: 1.43;
margin-bottom: 4px;
color: #3b3e40;
}
}
@media only screen and (min-width: 1200px) {
ul {
list-style-type: none;
padding: 0; /* Remove padding */
margin: 0; /* Remove margins */
text-align: left;
cursor: pointer;
color: #3b3e40;
line-height: 1.43;
font-size: 0.77rem;
margin-bottom: 4px;
color: #3b3e40;
}
}
}