Logo
Explore Help
Register Sign In
ZF/jitsi-meet
1
0
Fork 0
You've already forked jitsi-meet
mirror of https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git synced 2026-05-12 10:02:30 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
52ce9a86ed2c78b94de2586cbf39fbcbb4d69fbd
jitsi-meet/css/_notice.scss

16 lines
269 B
SCSS
Raw Normal View History

Toolbar notice as React Component
2017-03-20 11:04:54 -05:00
.notice {
React Toolbar
2017-02-16 17:02:40 -06:00
position: absolute;
left: 50%;
style: catalog all z-indexes and move toolbar down All z-indexes found in css files have been moved into css variables. If the z-index is used only once, the variable name will be the same as the selector it is used in. If the z-index is used multiple times, then the plain name of $zindex# was used. This allowed a more confident moving down of the toolbar so that the new modal dialog, with z-index 500, could display on top of it. #1436
2017-03-30 10:13:00 -07:00
z-index: $zindex3;
Makes it possible to display notification message above the toolbar.
2015-03-12 17:51:31 +01:00
margin-top: 6px;
Toolbar notice as React Component
2017-03-20 11:04:54 -05:00
React Toolbar
2017-02-16 17:02:40 -06:00
@include transform(translateX(-50%));
Toolbar notice as React Component
2017-03-20 11:04:54 -05:00
&__message {
background-color: #000000;
color: white;
padding: 3px;
border-radius: 5px;
}
Makes it possible to display notification message above the toolbar.
2015-03-12 17:51:31 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 283ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API