All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
318 lines
6.0 KiB
CSS
318 lines
6.0 KiB
CSS
* {
|
|
font-family: "Roboto", sans-serif
|
|
}
|
|
|
|
.admin_menu_block {
|
|
position: fixed;
|
|
z-index: 3;
|
|
left: 0px;
|
|
min-height: 800px;
|
|
width: 220px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.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: 160px;
|
|
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 */ |