mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Добавил всплывашку для регистрации, создал поле для удаления событий
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
}
|
||||
/* условия */
|
||||
.condition {
|
||||
width: 35%;
|
||||
width: 32%;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.events {
|
||||
@@ -250,7 +250,9 @@
|
||||
margin-right: 20px;
|
||||
}
|
||||
.telegram {
|
||||
width: 20%;
|
||||
width: 23%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
@@ -463,4 +465,13 @@
|
||||
border-color:#f89513 ;
|
||||
background: #fff;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.popup {
|
||||
|
||||
display: none;
|
||||
width: 400px;
|
||||
border-radius: 13px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user