diff --git a/maps/static/maps/css/app.scss b/maps/static/maps/css/app.scss index 8cae265..d0b7912 100644 --- a/maps/static/maps/css/app.scss +++ b/maps/static/maps/css/app.scss @@ -66,6 +66,14 @@ select.multiple { } @media (min-width: 60rem) { + .menu li:last-child { + &.menu__submenu-wrapper .menu__submenu { + min-width: unset; + right: 0; + width: auto; + } + } + @supports (display:grid) { .my-profiles .cards { grid-template-columns: repeat(2, 1fr); @@ -132,3 +140,47 @@ select.multiple { .card__role + .card__role { margin-top: rem(9); } + +.box { + border: dashed rem(1) var(--grey-500); + padding: var(--gutter); +} + +.account { + background: $off-white; + + .page-header { + padding-bottom: rem(50); + position: relative; + z-index: 0; + + @include breakpoint-up(md) { + padding-bottom: rem(65); + } + } + + .stack, + .page-header { + @include breakpoint-up(md) { + margin-left: auto; + margin-right: auto; + width: 50%; + } + } +} + +.input-group + .buttons { + margin-top: 1.5rem; +} + +.buttons .button + .button { + margin-top: 1.5rem; +} + +.radio label.primary { + font-weight: $font-weight-bold; + + .badge { + font-weight: $font-weight-normal; + } +} diff --git a/maps/templates/maps/account_settings.html b/maps/templates/maps/account_settings.html new file mode 100644 index 0000000..c93d71e --- /dev/null +++ b/maps/templates/maps/account_settings.html @@ -0,0 +1,22 @@ +{% extends 'maps/base.html' %} +{% load static %} +{% load i18n %} +{% block bodyclass %}account{% endblock %} +{% block content %} +
{% trans 'Email' %}
+{% trans 'Password' %}
+