mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-11 08:10:40 +00:00
13 lines
No EOL
249 B
Text
13 lines
No EOL
249 B
Text
// Copyright (C) 2017-2022 Smart code 203358507
|
|
|
|
.buffering-loader-container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.buffering-loader {
|
|
flex: none;
|
|
width: 17rem;
|
|
height: 17rem;
|
|
}
|
|
} |