32 lines
687 B
SCSS
32 lines
687 B
SCSS
.jahat-header--answer {
|
|
background-color: #dff5d1;
|
|
.jahat-header {
|
|
&__center {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 745px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
flex: unset;
|
|
.prev {
|
|
display: flex;
|
|
transform: rotate(-90deg);
|
|
margin-left: 15px;
|
|
}
|
|
.next {
|
|
display: flex;
|
|
transform: rotate(90deg);
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
&__pagination {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: -10px;
|
|
}
|
|
i {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
} |