/
githubmirror
/
materialize
Обзор
Документация
Войти
/
githubmirror
/
materialize
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.97.2
tests/css/testing-container-styles.css
21 строка
422 B
Mike North
First test is passing
17 май 2015, 03:01
17 май 2015, 03:01
da6e8aa
Код
Авторство
О чём код?
/** * The MIT License (MIT) * Copyright (c) 2015 ember-cli * * see: https://github.com/ember-cli/ember-cli-qunit/commit/2603576ee98933eecabae8f9454f397af3fd5a5f */ #materialize-testing-container { position: relative; background: white; bottom: 0; right: 0; width: 640px; height: 384px; overflow: auto; z-index: 9999; border: 1px solid #ccc; margin: 0 auto; } #materialize-testing { zoom: 50%; }