/
githubmirror
/
alluxio
Обзор
Документация
Войти
/
githubmirror
/
alluxio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
webui/common/src/components/SlackButton/SlackButton.scss
24 строки
704 B
Jason Tieu
Update Web UI slack button position css to stay in place
27 май 2020, 02:08
Не верифицирован
27 май 2020, 02:08
29e840a
Код
Авторство
О чём код?
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied, as more fully set forth in the License. * * See the NOTICE file distributed with this work for information regarding copyright ownership. */ @import '../../constants/scss/themeVariables'; .absolute-bottom-right { bottom: 0px; margin: 15px; position: fixed; right: 0px; } .button-icon { height: 100px; width: 100px; }