123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- .podcasts{
- h1{
- font-family: "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
- margin-bottom: 30px;
- }
- .topic_item{
- margin-bottom: 30px;
- .topic_title{
- color: #000;
- font-size: 24px;
- font-weight: 700;
- font-family: "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
- margin: 0 0 30px 0;
- display: flex;
- align-items: center;
- a{
- display: inline-flex;
- }
- .video-list-title-link{
- margin-left: 15px;
- height: 40px;
- width: 40px;
- display: inline-flex;
- justify-content: center;
- align-items: center;
- background: #80808070;
- border-radius: 50%;
- svg{
- width: 20px;
- height: 20px;
- margin-left: 3px;
- }
- }
- }
- .topic_items{
- .topic-news-item{
- display: block;
- flex-grow: 1;
- margin-bottom: 30px;
- a{
- display: flex;
- height: 100%;
- flex-direction: column;
- }
- picture{
- width: 100%;
- }
- .meta{
- position: relative;
- background: white;
- flex-grow: 1;
- padding: 15px 15px 35px 15px;
- .title{
- font-size: 16px;
- }
- .published_at{
- position: absolute;
- bottom: 15px;
- left: 15px;
- }
- }
- }
- }
- }
- .pagination{
- margin: auto;
- color: #3b5573;
- display: flex;
- font: 14px/1 "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
- li{
- a{
- display: flex;
- width: 100%;
- height: 100%;
- justify-content: center;
- align-items: center;
- }
- background: rgba(59,85,115,.08);
- display: flex;
- width: 40px;
- height: 40px;
- border-radius: 4px;
- margin-right: 7px;
- justify-content: center;
- align-items: center;
- &.active{
- a{
- background: #f5f5f5;
- color: #f6911f;
- }
- }
- &.disabled{
- cursor: not-allowed;
- color: #b3b3b3;
- user-select: none;
- }
- }
- }
- }
|