-
Notifications
You must be signed in to change notification settings - Fork 1
Add demo example #19
base: master
Are you sure you want to change the base?
Add demo example #19
Conversation
example/src/styles/player.css
Outdated
| background: var(--color-bg-element); | ||
| box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); | ||
| padding: 8px 15px; | ||
| font-family: "Roboto"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
пропиши лучше один раз в стилях к html
example/src/styles/player.css
Outdated
| border-radius: 3px; | ||
| } | ||
|
|
||
| &::-moz-range-track { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
общие стили надо вынести (перечислить селекторы через запятую)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В хроме есть баг, который не позволяет этого сделать. Если писать селекторы через зяпятую, то тогда стили для кастомных селекторов не применяются.
example/src/styles/player.css
Outdated
| @@ -0,0 +1 @@ | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
example/src/styles/base.css
Outdated
| -moz-osx-font-smoothing: grayscale; | ||
| } | ||
|
|
||
| *, *:before, *:after { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| *, *:before, *:after { | |
| *, *::before, *::after { |
example/src/styles/base.css
Outdated
| @@ -0,0 +1,28 @@ | |||
| @import "variables.css"; | |||
|
|
|||
| @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
плохо загружать шрифты таким образом. Надо в head прописать
…codex-team/codex.music into add-demo-example � Conflicts: � example/src/App.vue

No description provided.