Searched refs:percentage (Results 1 – 25 of 28) sorted by relevance
12
626 function shade(int $percentage): ColorRgb argument629 return $this->mix('black', $percentage);644 * @param int $percentage between -100 and 100648 function scale(int $percentage): ColorRgb argument650 if ($percentage === 0) {653 if ($percentage > 0) {654 return $this->shade($percentage);656 return $this->tint(abs($percentage));669 * @param int $percentage between 0 and 100673 function tint(int $percentage): ColorRgb argument[all …]
292 @fluidGridColumnWidth: percentage(@gridColumnWidth/@gridRowWidth);293 @fluidGridGutterWidth: percentage(@gridGutterWidth/@gridRowWidth);296 @fluidGridColumnWidth1200: percentage(@gridColumnWidth1200/@gridRowWidth1200);297 @fluidGridGutterWidth1200: percentage(@gridGutterWidth1200/@gridRowWidth1200);300 @fluidGridColumnWidth768: percentage(@gridColumnWidth768/@gridRowWidth768);301 @fluidGridGutterWidth768: percentage(@gridGutterWidth768/@gridRowWidth768);
12 // Uncomment the definition below for a percentage-based layout
80 // Uncomment the definition below for a percentage-based layout
4 /* which is set to 80%. Setting it to a greater percentage of the overall width makes the
10 The font-size percentage is of 16px. (0625 * 16px = 10px) */
9 The font-size percentage is of 16px. (0.75 * 16px = 12px) */
2 $gutter: percentage($gutter-in-px / $row-max-width); // 2.1276596
361 width: percentage((@index / @grid-columns));
228 top: percentage((strip-units($base-font-size)) / 100) - 2;
194 … (so it'll take up 82% of the browser window's width). You can set it to a different percentage
434 .progress .percentage {
1118 .progress .percentage{
1 …72b9;height:1em;border-bottom:0.5em solid #004a73;width:0%;}.progress .percentage{float:right;}.pr…
1 …percentage((@columns / @grid-columns));\n min-height: 1px;\n padding-left: (@gutter / 2);\n pa…
2234 width: 9cm !important; /* Override previous percentage-based widths */
1 …percentage($size / $columns);\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mix…
5 …pper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"…
1 …percentage($size / $columns);\n // Add a `max-width` to ensure content within each column does no…
20364 .progress-percentage {20368 .progress-percentage span {