Sergey Karmanov 0fbeb6160a
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
Добавил глобальный поиск
2023-07-30 14:21:27 +03:00

397 lines
7.7 KiB
CSS

* {
font-family: "Roboto", sans-serif
}
.admin_button {
display: flex;
align-items: center;
justify-content: center;
color: white;
text-align: center;
text-decoration: none;
}
.admin_menu_block {
position: fixed;
z-index: 3;
left: 0px;
min-height: 800px;
width: 220px;
background-color: #fff
}
.universe_icon {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
height: 130px;
width: 130px
}
/*.universe_card {*/
/* -moz-user-select: none;*/
/* -webkit-user-select: none;*/
/* -ms-user-select: none;*/
/* user-select: none;*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* -webkit-box-orient: vertical;*/
/* -webkit-box-direction: normal;*/
/* -ms-flex-direction: column;*/
/* flex-direction: column;*/
/* -webkit-box-pack: center;*/
/* -ms-flex-pack: center;*/
/* justify-content: center;*/
/* -ms-flex-line-pack: center;*/
/* align-content: center;*/
/* -webkit-box-align: center;*/
/* -ms-flex-align: center;*/
/* align-items: center;*/
/* margin: 0 30px 20px 0;*/
/* height: 205px;*/
/* width: 205px;*/
/* background-color: #fff;*/
/* border-radius: 44px*/
/*}*/
/*.universe_card:nth-child(6) {*/
/* margin-right: 0px*/
/*}*/
/*.universe_card:nth-child(11) {*/
/* margin-right: 0px*/
/*}*/
/*.universe_card_text {*/
/* text-decoration: none;*/
/*}*/
/*.universe_card:nth-child(6) {*/
/* margin-right: 0px*/
/*}*/
/*.universe_card:nth-child(11) {*/
/* margin-right: 0px*/
/*}*/
/*.universe_card_text {*/
/* color: #2a2a2a;*/
/* font-size: 24px;*/
/* font-style: normal;*/
/* font-weight: 500*/
/*}*/
/*.universe_card_text span {*/
/* color: #50d400;*/
/* font-size: 16px;*/
/* font-style: normal;*/
/* font-weight: 500*/
/*}*/
.admin_menu {
z-index: 1;
height: 360px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.admin_img {
width: 100%
}
.admin_logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100px;
height: 100px
}
.admin_main {
width: 100%;
height: 61px;
background-color: #25a991;
border: 0
}
.admin_banks {
width: 100%;
height: 61px;
background-color: #4cb853;
border: 0
}
.admin_university {
width: 100%;
height: 61px;
background-color: #4cb877;
border: 0
}
.admin_exit {
position: absolute;
bottom: 45px;
width: 100%;
height: 61px;
background-color: #4cb877;
border: 0
}
.admin_team_name {
text-align: center
}
.hamburger {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
position: absolute;
right: 50px;
top: 20px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
height: 50px;
width: 50px;
background-color: #20d37d;
border-radius: 9px
}
.hamburger span {
display: block;
height: 5px;
width: 32px;
background-color: #fff;
margin: 0 9px 6px 9px
}
.hamburger span:nth-child(1) {
margin-top: 12px
}
.hamburger span:nth-child(3) {
margin-bottom: 12px
}
.hamburger span_active {
-webkit-transition: .8 all;
transition: .8 all
}
.hamburger span_active span:nth-child(1) {
margin-top: 12px;
-webkit-transform: translateY(12px) rotate(-45deg);
transform: translateY(12px) rotate(-45deg)
}
.hamburger span_active span:nth-child(2) {
display: none
}
.hamburger span_active span:nth-child(3) {
margin-top: 12px;
-webkit-transform: translateY(-5px) rotate(45deg);
transform: translateY(-5px) rotate(45deg)
}
.banks {
min-height: 850px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: justify;
align-content: space-between;
padding-left: 221px;
background-color: #ececec
}
.banks_description {
color: var(--primary-color, #7749F8);
font-size: 16px;
font-style: normal;
font-weight: 400
}
.banks span {
color: var(--primary-color, #7749F8);
font-size: 20px;
font-style: normal;
font-weight: 600
}
.banks .page {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 300px;
text-align: center;
height: 54px;
margin-left: 30px;
margin-top: 30px;
width: 200px;
color: #000;
font-size: 18px;
font-style: normal;
font-weight: 500
}
.banks_search_block {
margin-left: 30px;
height: 46px;
width: 35%;
margin-top: 22px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.banks_search {
width: 100%
}
.banks_card_block {
position: relative;
border-bottom: 1px solid var(--gray-300, #DEE2E6);
background: var(--gray-100, #F8F9FA);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 35px 0 25px 30px;
width: 350px;
min-height: 300px;
border-radius: 15px;
border: 1px solid #7749f8
}
.banks_title {
color: var(--gray-900, #212529);
font-size: 20px;
font-style: normal;
font-weight: 600
}
.banks_card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.banks_img {
height: 50px
}
.banks_description {
padding-left: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
#navigation_row_block {
margin: 0 auto;
margin-bottom: 35px;
margin-top: 30px;
width: 90%;
padding-left: 0px;
padding-right: 0px;
height: 60px;
z-index: 1
}
.navigation_input_block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 60px;
margin-bottom: 60px;
margin-top: 35px
}
.navigation_input {
padding-left: 20px;
height: 100%;
border-radius: 40px;
display: block;
width: 100%;
border: 0px;
font-size: 20px;
padding-right: 20px
}
.navigation_search {
height: 35px;
width: 35px;
position: absolute;
right: 30px
}
.flex_row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.flex_column {
position: relative
}
/*# sourceMappingURL=style.css.map */