0.1
This commit is contained in:
parent
c05bbb159b
commit
5e057b1b8d
3 changed files with 20 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>Дашборд</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/png" href="src/resources/img/logo.png"/>
|
||||
<link rel="stylesheet" href="src/resources/css/style.css"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>Дашборд</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/png" href="src/resources/img/logo.png"/>
|
||||
</head>
|
||||
<body webbpm class="webbpm ervu_dashboard">
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
font-size: var(--size-text-primary);
|
||||
font-family: 'GilroyM';
|
||||
color: var(--black);
|
||||
padding: var(--indent-mini) var(--indent-xbase);
|
||||
border-radius: 100px;
|
||||
border: 0;
|
||||
background-color: var(--color-text-secondary);
|
||||
|
|
@ -135,7 +136,7 @@
|
|||
font-size: var(--size-text-primary);
|
||||
color: var(--color-text-primary);
|
||||
line-height: 1.3;
|
||||
padding: var(--indent-mini) var(--indent-xlarge) var(--indent-mini) var(--indent-xbase);
|
||||
padding-right: var(--indent-xlarge);
|
||||
margin-bottom: 0;
|
||||
border-radius: 100px;
|
||||
border: 0;
|
||||
|
|
@ -441,7 +442,6 @@
|
|||
color: var(--black);
|
||||
font-family: 'GilroyM';
|
||||
font-size: var(--size-text-primary);
|
||||
padding-left: var(--indent-xbase);
|
||||
padding-right: var(--indent-xlarge);
|
||||
margin-bottom: 0;
|
||||
border: 0;
|
||||
|
|
@ -1055,6 +1055,9 @@
|
|||
.webbpm.ervu_dashboard .main-num-group > div .form-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard :is(.pers-group, .main-num-group) text label {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .parent-block {
|
||||
padding: var(--indent-mini);
|
||||
|
|
@ -1907,6 +1910,19 @@
|
|||
}
|
||||
/* end - Special pages */
|
||||
|
||||
|
||||
|
||||
|
||||
.webbpm.ervu_dashboard .wrapper {
|
||||
width: calc(100% - 340px);
|
||||
}
|
||||
@media (max-width: 1279) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@media ((max-width: 780px) or (orientation: portrait)) {
|
||||
.webbpm.ervu_dashboard .header-logo .logo-title,
|
||||
.webbpm.ervu_dashboard .header-menu .update-data {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue