Analize - popravek borderja v naslovni vrstici, dodan design za javno povezavo

This commit is contained in:
pero1203 2022-10-20 10:23:14 +02:00
parent d38045e2b3
commit 6861ed7aa1
3 changed files with 1840 additions and 1712 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,8 @@
#ttestResults, #ttestResults,
.subpage_analysis_creport, .subpage_analysis_creport,
.report_element_data, .report_element_data,
#arch_body_div{ #arch_body_div,
#analiza_data{
.div_analiza_holder { .div_analiza_holder {
display: flex; display: flex;

View File

@ -2,11 +2,20 @@
#div_analiza_data{ #div_analiza_data{
.row2{ .faicon.dots {
position: relative; cursor: pointer;
color: #1e88e5;
&:hover{
color: #0059ab;
}
} }
// Popup div z ikonami
.options{ .options{
position: relative;
.analysis_icons_holder{
width: 220px; width: 220px;
z-index: 9999; z-index: 9999;
@ -14,54 +23,14 @@
left: 17px; left: 17px;
top: 40px; top: 40px;
}
.faicon.dots {
cursor: pointer;
color: #1e88e5;
}
.faicon.dots:hover{
color: #0059ab;
}
}
.cell_icons {
position: relative;
}
// .options{
// border: 1px solid red;
// width: 200px;
// position: absolute;
// }
.analysis_icons_holder{
// display: flex;
// align-items: center;
// justify-content: center;
background-color: white; background-color: white;
border-radius: 2px; border-radius: 2px;
box-shadow: 0px 0px 7px 0px #0000001F; box-shadow: 0px 0px 7px 0px #0000001F;
.icon_box{ .icon_box{
// display: flex;
// align-items: center;
// justify-content: center;
margin-left: 16px; margin-left: 16px;
padding-bottom: 12px; padding-bottom: 12px;
>a{ >a{
display: flex; display: flex;
@ -124,33 +93,16 @@
.icon_box:last-of-type{ .icon_box:last-of-type{
padding-bottom: 16px; padding-bottom: 16px;
} }
}
}
@media only screen and (max-width: 850px) {
.analysis_icons_holder {
display: block !important;
} }
} }
// Arhiv in javna povezava nimata ikon
#analiza_data,
#arch_body_div{
.faicon.dots{
// span.faicon{ display: none;
// font-family: "Source Sans Pro",sans-serif; }
// font-weight: 700;
// font-style: italic;
// content: "f*";
// }
.cell_icons button::before{
font-weight: 700;
// content: "f*";
content: "\f141";
} }
div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options div.button {
background-color: #f8f8f8 !important;
background: unset;
border: unset;
}