Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

CSS Stylesheet
.top-button {
		background-color: #74ed82 !important;
		color: #ffffff !important;
		border-radius:50px !important;
        position: fixed;
        bottom: 45px;
        left: 95%92%;
        width: 50px;
		height: 50px !important;
        font-size: 12px !important;
        padding: .5px !important;
		z-index: 2;
}
.top-button:hover{
		background-color: #7efc8d !important;
}

...