pandorafms/pandora_console/include/styles/pandora-rc.css

131 lines
3.1 KiB
CSS

/**
*
* Name: Pandora RC styles
*
* @category Stylesheet
* @package Pandora FMS
* @subpackage Community
* @version 1.0.0
* @license See below
*
* ______ ___ _______ _______ ________
* | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __|
* | __/| _ | | _ || _ | _| _ | | ___| |__ |
* |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______|
*
* ============================================================================
* Copyright (c) 2005-2023 Pandora FMS
* Please see https://pandorafms.com for full contribution list
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation for version 2.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* ============================================================================
*/
div#main {
margin-bottom: 25px;
}
.rc-ad-view-main {
width: 100%;
/* height: calc(100vh - 158px); */
box-sizing: border-box;
padding: 63px 125px;
border: 1px solid var(--border-color-4);
border-radius: 25px;
background-color: var(--secondary-color);
background-image: url(../../images/ehorus/ad/background.svg);
background-repeat: no-repeat;
background-size: contain;
background-position-x: center;
}
.rc-ad-view-first-row {
width: 100%;
height: 255px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
gap: 60px;
}
.rc-ad-view-first-row > div {
width: 450px;
height: 100%;
color: var(--text-color-2);
font-family: "lato-bold";
font-size: 40px;
line-height: 48px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-between;
}
.rc-ad-view-first-row > div * {
background-color: var(--pandora-rc-color);
width: 221px;
height: 42px;
border: 0;
border-radius: 8px;
font-family: "lato-bold";
font-size: 15px;
line-height: 20px;
text-align: center;
cursor: pointer;
}
.rc-ad-view-first-row > div button:hover {
opacity: 0.9;
}
.rc-ad-view-first-row > img {
width: calc(100% - 480px);
max-height: 255px;
}
.rc-ad-view-main > p {
margin-top: 60px;
color: var(--text-color-3);
font-size: 18px;
line-height: 22px;
}
.rc-ad-view-second-row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-start;
gap: 20px;
}
.rc-ad-view-second-row > div {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
border: 1px solid var(--border-color-4);
border-radius: 10px;
padding: 20px;
width: calc((100% - 100px) / 5);
}
.rc-ad-view-second-row > div > img {
max-width: 100%;
}
.rc-ad-view-second-row > div > span {
margin-top: 20px;
color: var(--text-color-2);
font-family: "lato-bold";
font-size: 20px;
line-height: 24px;
text-align: center;
}