Добавил глобальный поиск
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
This commit is contained in:
@ -2,6 +2,15 @@
|
||||
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;
|
||||
@ -11,6 +20,76 @@
|
||||
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;
|
||||
@ -166,7 +245,7 @@
|
||||
height: 54px;
|
||||
margin-left: 30px;
|
||||
margin-top: 30px;
|
||||
width: 160px;
|
||||
width: 200px;
|
||||
color: #000;
|
||||
font-size: 18px;
|
||||
font-style: normal;
|
||||
|
Reference in New Issue
Block a user