Sha256: a7ed75f9fb9e0d84538d1512961ea2a718cf791623f0cbc1da0a4ecccfdc59a4

Contents?: true

Size: 1.31 KB

Versions: 40

Compression:

Stored size: 1.31 KB

Contents

/*------------------------------------
  Progress Bars
------------------------------------*/
//
// Pointers
//

.progress-bar {
  min-height: 0 !important;
}

.u-progress__pointer-v1 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 42px;
  margin: -21px -21px 0 0;
  background-color: transparent;
  line-height: 42px;
  z-index: 1;
}

.u-progress__pointer-v2 {
  position: absolute;
  bottom: 100%;
  right: 0;
  min-width: 46px;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  transform: translateX(50%);
  margin-bottom: 5px;
  background-color: transparent;
  z-index: 1;

	&::after {
		content: "";
		position: absolute;
		left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border: {
			style: solid;
	    color: $g-color-primary transparent;
	    width: 5px 5px 0;
    }
	}
}

.u-progress__pointer-v3 {
	position: relative;
  float: right;
  white-space: nowrap;

	&::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		margin-top: -10px;
    margin-right: -5px;
    border: {
			style: solid;
	    color: $g-color-primary transparent;
	    width: 5px 5px 0;
    }
	}
}



//
// Vertical Progress Bars
//

[class*="u-progress-bar-vertical"] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.u-progress-bar-vertical-v1 {
  height: 200px;
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.29 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.28 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.27 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.26 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.25 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.24 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.23 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.22 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.21 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.20 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.19 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.18 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.17 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.16 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.15 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.14 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.13 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.12 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.11 _sass/unify/base/progress-bars/_progress-bars.scss
jekyll-theme-glueckkanja-1.2.10 _sass/unify/base/progress-bars/_progress-bars.scss