50 lines
939 B
SCSS
50 lines
939 B
SCSS
![]() |
.subjects-section {
|
||
|
.top-subjects {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.subjects-main {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
.subjects-title {
|
||
|
margin-top: 1.5em;
|
||
|
margin-bottom: 1.5em;
|
||
|
.text-title {
|
||
|
text-align: right;
|
||
|
font-size: 2rem;
|
||
|
margin-right: 1em;
|
||
|
}
|
||
|
}
|
||
|
.card {
|
||
|
padding: 1em;
|
||
|
margin: 1em;
|
||
|
align-content: center;
|
||
|
width: 18em;
|
||
|
height: 18em;
|
||
|
|
||
|
.my-card-header{
|
||
|
margin-right: auto;
|
||
|
margin-left: auto;
|
||
|
.card-icon{
|
||
|
width: 5em;
|
||
|
height: 7em
|
||
|
}
|
||
|
}
|
||
|
&-body{
|
||
|
.card-title{
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
.btn-majles{
|
||
|
padding-right: 1.5em;
|
||
|
padding-left: 1.5em;
|
||
|
margin-top: 1em;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|