mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
f2de74885e
Before: <img width="258" height="314" alt="before" src="https://github.com/user-attachments/assets/07cdb649-aa99-4898-8a0c-262ff239e29d" /> After: <img width="314" height="175" alt="after" src="https://github.com/user-attachments/assets/fa150d58-8bcd-4e2f-8a80-bf4e7bf2abd3" /> --------- Co-authored-by: Wojciech Tyczyński <tykus160@gmail.com>
19 lines
539 B
Plaintext
19 lines
539 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/other_elements.less";
|
|
@import "less/overflow_menu.less";
|
|
@import "less/ad_controls.less";
|
|
@import "less/tooltip.less";
|
|
@import "less/thumbnails.less";
|
|
@import "less/playback_rate.less";
|
|
@import "less/material_svg_icon.less";
|
|
@import (css, inline) "https://fonts.googleapis.com/css?family=Roboto";
|