diff --git a/onlylegs/static/sass/components/pop-up.sass b/onlylegs/static/sass/components/pop-up.sass index e495184..6a7de6e 100644 --- a/onlylegs/static/sass/components/pop-up.sass +++ b/onlylegs/static/sass/components/pop-up.sass @@ -27,7 +27,7 @@ margin: 0 padding: 1rem - width: 621px + width: 460px height: auto position: absolute @@ -46,7 +46,7 @@ transition: transform 0.2s $animation-smooth .pop-up-header - margin: 0 0 1rem 0 + margin: 0 0 0.5rem 0 padding: 0 width: 100% diff --git a/onlylegs/static/sass/variables.sass b/onlylegs/static/sass/variables.sass index 537fab9..bc1bd9f 100644 --- a/onlylegs/static/sass/variables.sass +++ b/onlylegs/static/sass/variables.sass @@ -66,11 +66,10 @@ $breakpoint: 800px --success: var(--green) --info: var(--blue) - --rad: 6px + --rad: 8px --rad-inner: calc(var(--rad) / 2) --animation-smooth: cubic-bezier(0.76, 0, 0.17, 1) --animation-bounce: cubic-bezier(.68,-0.55,.27,1.55) --breakpoint: 800px - diff --git a/onlylegs/templates/group.html b/onlylegs/templates/group.html index a05a4b8..c2cc311 100644 --- a/onlylegs/templates/group.html +++ b/onlylegs/templates/group.html @@ -19,6 +19,7 @@ function groupDelete() { cancelBtn = document.createElement('button'); cancelBtn.classList.add('btn-block'); + cancelBtn.classList.add('transparent'); cancelBtn.innerHTML = 'AAAAAAAAAA'; cancelBtn.onclick = popupDissmiss; @@ -79,6 +80,7 @@ // Create elements cancelBtn = document.createElement('button'); cancelBtn.classList.add('btn-block'); + cancelBtn.classList.add('transparent'); cancelBtn.innerHTML = 'go baaaaack'; cancelBtn.onclick = popupDissmiss; diff --git a/onlylegs/templates/image.html b/onlylegs/templates/image.html index 8e4d7a0..28b63a2 100644 --- a/onlylegs/templates/image.html +++ b/onlylegs/templates/image.html @@ -31,6 +31,7 @@ function imageDelete() { cancelBtn = document.createElement('button'); cancelBtn.classList.add('btn-block'); + cancelBtn.classList.add('transparent'); cancelBtn.innerHTML = 'nuuuuuuuu'; cancelBtn.onclick = popupDissmiss; diff --git a/onlylegs/templates/list.html b/onlylegs/templates/list.html index 6cf3d6c..a66b609 100644 --- a/onlylegs/templates/list.html +++ b/onlylegs/templates/list.html @@ -11,6 +11,7 @@ // Create elements cancelBtn = document.createElement('button'); cancelBtn.classList.add('btn-block'); + cancelBtn.classList.add('transparent'); cancelBtn.innerHTML = 'nuuuuuuuu'; cancelBtn.onclick = popupDissmiss;