Визуальные изменения основной странички
This commit is contained in:
@@ -28,4 +28,6 @@
|
|||||||
body {
|
body {
|
||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
|
width: 90vw;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.main-header {
|
.main-header {
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
font-weight: var(--bold);
|
font-weight: var(--bold);
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
.add-new {
|
.add-new {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
margin-block: 15px;
|
margin-block: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ a.link:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header{
|
.header{
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -43,18 +43,17 @@ a.link:hover {
|
|||||||
font-weight: var(--bold);
|
font-weight: var(--bold);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-container {
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
.informations-data {
|
.informations-data {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
width: 80%;
|
||||||
height: 100vh;
|
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto 10px;
|
||||||
}
|
|
||||||
|
|
||||||
.vh-50-height {
|
|
||||||
height: 50vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.information-data {
|
.information-data {
|
||||||
@@ -62,6 +61,7 @@ a.link:hover {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.information-elem {
|
.information-elem {
|
||||||
@@ -70,12 +70,8 @@ a.link:hover {
|
|||||||
padding: 2.5px;
|
padding: 2.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.green {
|
|
||||||
color: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
.add-new-organisation {
|
.add-new-organisation {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
- unless @info_about_auditors.any?
|
- unless @info_about_auditors.any?
|
||||||
= "Аудиторы не найдены"
|
= "Аудиторы не найдены"
|
||||||
- else
|
- else
|
||||||
.informations-data.vh-50-height
|
.informations-data
|
||||||
- @info_about_auditors.each do |auditor, params|
|
- @info_about_auditors.each do |auditor, params|
|
||||||
.information-data
|
.information-data
|
||||||
- params.keys.each do |key|
|
- params.keys.each do |key|
|
||||||
|
|||||||
Reference in New Issue
Block a user