diff --git a/themes/berkarar/assets/css/components/2-layout/responsive.scss b/themes/berkarar/assets/css/components/2-layout/responsive.scss index e143fa7..201618b 100755 --- a/themes/berkarar/assets/css/components/2-layout/responsive.scss +++ b/themes/berkarar/assets/css/components/2-layout/responsive.scss @@ -1382,11 +1382,11 @@ &-title { font-size: 20px; - padding-bottom: 30px; + margin-bottom: 30px; &.active { &::after { - bottom: 15px; + bottom: -15px; } } } diff --git a/themes/berkarar/assets/css/components/3-page/bills.scss b/themes/berkarar/assets/css/components/3-page/bills.scss index 691285d..d698521 100755 --- a/themes/berkarar/assets/css/components/3-page/bills.scss +++ b/themes/berkarar/assets/css/components/3-page/bills.scss @@ -1,6 +1,6 @@ // Bills ======================== .bill { - padding-bottom: 80px; + padding: 40px 0 80px; &_box { display: flex; @@ -20,15 +20,15 @@ font-size: 24px; line-height: 29px; color: #FFFFFF; - padding-bottom: 50px; + margin-bottom: 50px; position: relative; display: block; @include transition; - // &:last-child { - // padding-bottom: 0; + &:last-child { + margin-bottom: 0; - // } + } &:hover { color: $yellow; @@ -40,7 +40,7 @@ &::after { content: ''; position: absolute; - bottom: 25px; + bottom: -25px; left: 0; width: 100%; height: 1px; diff --git a/themes/berkarar/assets/css/main.css b/themes/berkarar/assets/css/main.css index 8f53e28..ae7de41 100755 --- a/themes/berkarar/assets/css/main.css +++ b/themes/berkarar/assets/css/main.css @@ -2187,7 +2187,7 @@ input[type=date]::-webkit-calendar-picker-indicator { } .bill { - padding-bottom: 80px; + padding: 40px 0 80px; } .bill_box { display: -webkit-box; @@ -2210,13 +2210,16 @@ input[type=date]::-webkit-calendar-picker-indicator { font-size: 24px; line-height: 29px; color: #FFFFFF; - padding-bottom: 50px; + margin-bottom: 50px; position: relative; display: block; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; } +.bill_aside-title:last-child { + margin-bottom: 0; +} .bill_aside-title:hover { color: #FFB100; } @@ -2226,7 +2229,7 @@ input[type=date]::-webkit-calendar-picker-indicator { .bill_aside-title.active::after { content: ""; position: absolute; - bottom: 25px; + bottom: -25px; left: 0; width: 100%; height: 1px; @@ -4505,10 +4508,10 @@ input[type=date]::-webkit-calendar-picker-indicator { } .bill_aside-title { font-size: 20px; - padding-bottom: 30px; + margin-bottom: 30px; } .bill_aside-title.active::after { - bottom: 15px; + bottom: -15px; } .bill_item { -webkit-box-orient: vertical; diff --git a/themes/berkarar/pages/profile.htm b/themes/berkarar/pages/profile.htm index 8b3b8ff..f92d52f 100755 --- a/themes/berkarar/pages/profile.htm +++ b/themes/berkarar/pages/profile.htm @@ -29,8 +29,6 @@ redirect = "home"

Профиль

- Выйти @@ -50,6 +48,10 @@ redirect = "home"

Контактная информация

+ + Выход +
{% for detail in user.shop.reports %}