mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
c483975cb8
Closes https://github.com/shaka-project/shaka-player/issues/3371 Stored content thumbnails are not supported.
20 lines
638 B
Plaintext
20 lines
638 B
Plaintext
/** @license
|
|
* Shaka Player
|
|
* Copyright 2016 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
@import "less/general.less";
|
|
@import "less/containers.less";
|
|
@import "less/buttons.less";
|
|
@import "less/range_elements.less";
|
|
@import "less/spinner.less";
|
|
@import "less/other_elements.less";
|
|
@import "less/overflow_menu.less";
|
|
@import "less/ad_controls.less";
|
|
@import "less/tooltip.less";
|
|
@import "less/thumbnails.less";
|
|
@import (css, inline) "https://fonts.googleapis.com/css?family=Roboto";
|
|
// NOTE: Working around google/material-design-icons#958
|
|
@import (css, inline) "https://fonts.googleapis.com/icon?family=Material+Icons+Round";
|