travis-web/app/styles/app/modules/popup.sass
Lisa P 79b456e511 dashboard row styles
start row layouting

work on dropup

rearrange markup, make tofu toggle

bäm

use placeholder instead of variable, doh

add border

replace all the icons

adjust icons sizes

use icon classes instead of svg

more icons adjustments

more icon tweaks on caches

update coloring mixins

fix stateMap, update db coloring mixin

cleanup owner page

even more icon fun

popup tweaks

tweak api icon

change to new broadcast icon

change icon path

responsive tweaks

dashboard filter

hack around Safari's not quite standard flexbox behaviour

update row labels and icon spacing

rearrange links in sidebar

make last builds a component, tweak svg stroke-width

more icon tweaks

fiddle around with svg view props

rearrange links in branch-row

tweak request icon

add integration test

more tweaks
2016-03-09 11:05:51 +01:00

60 lines
988 B
Sass

.help
@extend %icon-line-question
@extend %icon
height: 19px
width: 16px
margin: -4px 0 0 3px
background:
position: 0 1px
color: transparent
cursor: pointer
.popup
position: fixed
top: 50%
left: 50%
transform: translate(-50%, -50%)
height: auto
padding: 2em
color: $asphalt-grey
z-index: 99
background-color: white
border-radius: 2px
display: none
background-color: #fff
border: solid 10px $pebble-grey
&:before
content: ""
.close
position: absolute
display: block
right: 5px
top: 8px
width: 20px
height: 20px
text-indent: 999%
overflow: hidden
white-space: nowrap
@extend %icon-line-cross
.popup-title
margin-bottom: 0
.popup-text
margin-top: 0
text-align: center
.buttons
margin-top: 3rem
text-align: center
.status-images
width: 100%
@media #{$medium-up}
width: 600px
select, textarea
margin-bottom: 1em
.small-title
margin: .3em 0 .8em