diff --git a/blocks/button-animatuion/rectangular-button.css b/blocks/button-animatuion/rectangular-button.css deleted file mode 100644 index 5dbc151..0000000 --- a/blocks/button-animatuion/rectangular-button.css +++ /dev/null @@ -1,36 +0,0 @@ -.rectangular-button { - position: relative; - transition: color 0.3s, background-image 0.3s; -} - -.rectangular-button:hover { - color: #fff; - background-image: url(../../images/back-arrow-white.svg); -} - -.rectangular-button:hover:after { - content: ""; - position: absolute; - z-index: -1; - top: 0; - left: 0; - height: 100%; - width: 0%; - display: block; - background-color: #000; - animation: button-background 0.9s ease forwards; - transition: transform 0.1s ease; -} - -.rectangular-button:active:after { - transform: scale(1.1, 1.4); -} - -@keyframes button-background { - from { - width: 0%; - } - to { - width: 100%; - } -} diff --git a/images/back-arrow-white.svg b/images/back-arrow-white.svg deleted file mode 100644 index 1dad737..0000000 --- a/images/back-arrow-white.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/index.html b/index.html index 41f35ba..bb61ac9 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@
- +

Межсезонные читки и обсуждение пьес из списка отмеченных отборщиками diff --git a/pages/index.css b/pages/index.css index 7de6f67..fea6957 100644 --- a/pages/index.css +++ b/pages/index.css @@ -75,8 +75,3 @@ @import url(../blocks/copyrights/__paragraph/_logo/copyrights__paragraph_logo.css); @import url(../blocks/copyrights/__shishki-text/copyrights__shishki-text.css); @import url(../blocks/copyrights/__link/copyrights__link.css); - - - -/* ---------------Buuton animations-------------- */ -@import url(../blocks/button-animatuion/rectangular-button.css); \ No newline at end of file