urejanje-->oblika: splošne teme styling

This commit is contained in:
Nejc Kovač 2022-08-20 13:10:11 +02:00
parent a6bd398e39
commit da5ef9bdcf
2 changed files with 11 additions and 7 deletions

View File

@ -21141,7 +21141,6 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l
display: block; display: block;
clear: both; clear: both;
width: 100%; width: 100%;
margin-bottom: 15px;
border: none; border: none;
} }
div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content span.theme_name { div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content span.theme_name {
@ -21154,7 +21153,7 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l
justify-content: space-between; justify-content: space-between;
box-sizing: border-box; box-sizing: border-box;
margin-top: 16px; margin-top: 16px;
margin-bottom: 16px; margin-bottom: 2px;
} }
div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options span.theme_name { div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options span.theme_name {
font-weight: 600; font-weight: 600;

View File

@ -203,7 +203,7 @@ div.page_tema {
div.theme_label { div.theme_label {
width: 259px; width: 259px;
height: 240px; max-height: 265px;
box-sizing: border-box; box-sizing: border-box;
background-color: $light-gray; background-color: $light-gray;
@ -214,17 +214,21 @@ div.page_tema {
margin-bottom: 16px; margin-bottom: 16px;
.theme_label_content{ .theme_label_content{
border-bottom: 1px solid $gray; max-height: 169px;
// padding-bottom: 15px; // padding-bottom: 15px;
box-sizing: border-box; box-sizing: border-box;
button{
padding: 0px;
}
img { img {
display: block; display: block;
clear: both; clear: both;
width: 100%; width: 100%;
margin-bottom: 15px;
border: none; border: none;
} }
@ -244,7 +248,8 @@ div.page_tema {
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
box-sizing: border-box; box-sizing: border-box;
margin-bottom: 16px; margin-top: 16px;
margin-bottom: 2px;
span.theme_name { span.theme_name {
font-weight: 600; font-weight: 600;