Небольшие багфиксы
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s

This commit is contained in:
2023-07-30 13:11:11 +03:00
parent f323c901ce
commit e269c8dce5
21 changed files with 372 additions and 966 deletions

View File

@ -1 +1,318 @@
*{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 */
* {
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 */

View File

@ -1 +0,0 @@
{"version":3,"sources":["../sass/style.sass","../sass/_general.sass"],"names":[],"mappings":"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","file":"style.css"}