Delete PageSurvey.module.css

This commit is contained in:
Tatyana Nikolaeva 2025-04-28 07:17:13 +00:00
parent a28eca4da9
commit 2c1dd98211

View file

@ -1,29 +0,0 @@
/*PageSurvey.module.css*/
.pagesSurveyItem{
align-items: center;
}
.pageSurvey{
font-size: 24px;
font-weight: 600;
color: #2A6DAE;
padding: 0;
border: none;
background-color: #ffffff;
padding-bottom: 5px;
white-space: nowrap;
}
.active{
color: #000000;
text-decoration-color: #3881C8;
}
.line{
border: 1px solid #000000;
width: 50%;
margin: 0 auto;
padding: 0;
box-shadow: 0 1px 4px 0 #3881C8;
}