Back to home page

EIC code displayed by LXR

 
 

    


Warning, /juggler/doc/doxygen-awesome-sidebar-only-darkmode-toggle.css is written in an unsupported language. File is not indexed.

0001 
0002 /**
0003 
0004 Doxygen Awesome
0005 https://github.com/jothepro/doxygen-awesome-css
0006 
0007 MIT License
0008 
0009 Copyright (c) 2021 jothepro
0010 
0011 Permission is hereby granted, free of charge, to any person obtaining a copy
0012 of this software and associated documentation files (the "Software"), to deal
0013 in the Software without restriction, including without limitation the rights
0014 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
0015 copies of the Software, and to permit persons to whom the Software is
0016 furnished to do so, subject to the following conditions:
0017 
0018 The above copyright notice and this permission notice shall be included in all
0019 copies or substantial portions of the Software.
0020 
0021 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0022 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0023 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
0024 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0025 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
0026 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0027 SOFTWARE.
0028 
0029 */
0030 
0031 @media screen and (min-width: 768px) {
0032 
0033     #MSearchBox {
0034         width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - var(--searchbar-height) - 1px);
0035     }
0036 
0037     #MSearchField {
0038         width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - 66px - var(--searchbar-height));
0039     }
0040 }