mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Изменил лист событий
This commit is contained in:
@@ -408,9 +408,9 @@
|
||||
/* крест */
|
||||
|
||||
.cl-btn-7 {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 40px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 30px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
@@ -421,10 +421,10 @@
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
transform: rotate(45deg);
|
||||
font-size: 50px;
|
||||
font-size: 30px;
|
||||
line-height: 1;
|
||||
top: -5px;
|
||||
left: 6px;
|
||||
top: -3px;
|
||||
left: 4px;
|
||||
transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
|
||||
}
|
||||
.cl-btn-7:after {
|
||||
@@ -448,3 +448,19 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.events_item {
|
||||
width: 100%;
|
||||
height: 45px;
|
||||
padding: 13px 10px;
|
||||
font-size: 14px; /*размерр текста*/
|
||||
font-weight: 300px; /*шрифт*/
|
||||
border: 1px solid transparent;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 20px;
|
||||
transition: 1s;
|
||||
}
|
||||
.events_item:hover {
|
||||
border-color:#f89513 ;
|
||||
background: #fff;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user