Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • clickable-select-chevron
  • feat/new-image-formats
  • master
  • 1.2.0
  • 1.4.0
  • 1.4.1
  • 1.4.2
  • 1.5.0
  • 1.5.1
  • 1.5.2
  • 1.5.3
  • 1.5.4
  • 1.5.5
  • 1.6.0
  • 1.6.1
  • 1.6.2
  • 1.6.3
  • 1.6.4
  • 1.7.0
  • 1.8.0
  • 2.0.0
  • 2.0.0-alpha-1
  • 2.0.0-alpha-10
  • 2.0.0-alpha-11
  • 2.0.0-alpha-12
  • 2.0.0-alpha-13
  • 2.0.0-alpha-14
  • 2.0.0-alpha-15
  • 2.0.0-alpha-16
  • 2.0.0-alpha-17
  • 2.0.0-alpha-2
  • 2.0.0-alpha-3
  • 2.0.0-alpha-4
  • 2.0.0-alpha-5
  • 2.0.0-alpha-6
  • 2.0.0-alpha-7
  • 2.0.0-alpha-8
  • 2.0.0-alpha-9
  • 2.0.1
  • 2.0.2
  • 2.0.3
  • 2.0.4
  • 2.1.0
  • 2.1.1
  • 2.1.2
  • 2.10.0
  • 2.11.0
  • 2.12.1
  • 2.13.0
  • 2.14.0
  • 2.15.0
  • 2.16.0
  • 2.16.1
  • 2.17.0
  • 2.18.0
  • 2.19.0
  • 2.2.0
  • 2.2.1
  • 2.20.0
  • 2.3.0
  • 2.3.1
  • 2.3.2
  • 2.3.3
  • 2.3.4
  • 2.4.0
  • 2.5.0
  • 2.5.1
  • 2.5.2
  • 2.6.0
  • 2.7.0
  • 2.7.1
  • 2.8.0
  • 2.9.0
  • 2.9.1
74 results

Target

Select target project
  • to/weby/ui-styleguide
  • va-fighters/ui-styleguide
2 results
Select Git revision
  • master
  • 1.2.0
  • 1.4.0
  • 1.4.1
  • 1.4.2
  • 1.5.0
  • 1.5.1
  • 1.5.2
  • 1.5.3
  • 1.5.4
  • 1.5.5
  • 1.6.0
  • 1.6.1
  • 1.6.2
  • 1.6.3
  • 1.6.4
  • 1.7.0
  • 1.8.0
  • 2.0.0-alpha-1
  • 2.0.0-alpha-10
  • 2.0.0-alpha-11
  • 2.0.0-alpha-2
  • 2.0.0-alpha-3
  • 2.0.0-alpha-4
  • 2.0.0-alpha-5
  • 2.0.0-alpha-6
  • 2.0.0-alpha-7
  • 2.0.0-alpha-8
  • 2.0.0-alpha-9
29 results
Show changes
Showing
with 0 additions and 718 deletions
@import "variables";
@font-face {
font-family: '#{$icomoon-font-family}';
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?uj7vjb');
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?uj7vjb#iefix') format('embedded-opentype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?uj7vjb') format('truetype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?uj7vjb') format('woff'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?uj7vjb##{$icomoon-font-family}') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="ico--"], [class*=" ico--"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: '#{$icomoon-font-family}' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ico--lock-open {
&:before {
content: $ico--lock-open;
}
}
.ico--lock {
&:before {
content: $ico--lock;
}
}
.ico--dots-three-vertical {
&:before {
content: $ico--dots-three-vertical;
}
}
.ico--dots-three-horizontal {
&:before {
content: $ico--dots-three-horizontal;
}
}
.ico--log-out {
&:before {
content: $ico--log-out;
}
}
.ico--pin {
&:before {
content: $ico--pin;
}
}
.ico--edit-pencil {
&:before {
content: $ico--edit-pencil;
}
}
.ico--at {
&:before {
content: $ico--at;
}
}
.ico--strategy {
&:before {
content: $ico--strategy;
}
}
.ico--pig {
&:before {
content: $ico--pig;
}
}
.ico--thermometer {
&:before {
content: $ico--thermometer;
}
}
.ico--pirati {
&:before {
content: $ico--pirati;
}
}
.ico--stackshare {
&:before {
content: $ico--stackshare;
}
}
.ico--open-source {
&:before {
content: $ico--open-source;
}
}
.ico--search {
&:before {
content: $ico--search;
}
}
.ico--switch {
&:before {
content: $ico--switch;
}
}
.ico--loop {
&:before {
content: $ico--loop;
}
}
.ico--repeat {
&:before {
content: $ico--repeat;
}
}
.ico--player {
&:before {
content: $ico--player;
}
}
.ico--reload {
&:before {
content: $ico--reload;
}
}
.ico--refresh {
&:before {
content: $ico--refresh;
}
}
.ico--update {
&:before {
content: $ico--update;
}
}
.ico--synchronize {
&:before {
content: $ico--synchronize;
}
}
.ico--arrows {
&:before {
content: $ico--arrows;
}
}
.ico--spinner {
&:before {
content: $ico--spinner;
}
}
.ico--loading {
&:before {
content: $ico--loading;
}
}
.ico--loading-wheel {
&:before {
content: $ico--loading-wheel;
}
}
.ico--refresh1 {
&:before {
content: $ico--refresh1;
}
}
.ico--repeat1 {
&:before {
content: $ico--repeat1;
}
}
.ico--busy {
&:before {
content: $ico--busy;
}
}
.ico--wait {
&:before {
content: $ico--wait;
}
}
.ico--arrow {
&:before {
content: $ico--arrow;
}
}
.ico--bullhorn {
&:before {
content: $ico--bullhorn;
}
}
.ico--bin {
&:before {
content: $ico--bin;
}
}
.ico--trashcan {
&:before {
content: $ico--trashcan;
}
}
.ico--remove {
&:before {
content: $ico--remove;
}
}
.ico--delete {
&:before {
content: $ico--delete;
}
}
.ico--recycle {
&:before {
content: $ico--recycle;
}
}
.ico--dispose {
&:before {
content: $ico--dispose;
}
}
.ico--cross {
&:before {
content: $ico--cross;
}
}
.ico--checkbox-checked {
&:before {
content: $ico--checkbox-checked;
}
}
.ico--quill {
&:before {
content: $ico--quill;
}
}
.ico--feather {
&:before {
content: $ico--feather;
}
}
.ico--write {
&:before {
content: $ico--write;
}
}
.ico--edit {
&:before {
content: $ico--edit;
}
}
.ico--sphere {
&:before {
content: $ico--sphere;
}
}
.ico--globe {
&:before {
content: $ico--globe;
}
}
.ico--internet {
&:before {
content: $ico--internet;
}
}
.ico--wikipedia {
&:before {
content: $ico--wikipedia;
}
}
.ico--brand {
&:before {
content: $ico--brand;
}
}
.ico--youtube {
&:before {
content: $ico--youtube;
}
}
.ico--users {
&:before {
content: $ico--users;
}
}
.ico--group {
&:before {
content: $ico--group;
}
}
.ico--team {
&:before {
content: $ico--team;
}
}
.ico--members {
&:before {
content: $ico--members;
}
}
.ico--community {
&:before {
content: $ico--community;
}
}
.ico--collaborate {
&:before {
content: $ico--collaborate;
}
}
.ico--book {
&:before {
content: $ico--book;
}
}
.ico--read {
&:before {
content: $ico--read;
}
}
.ico--reading {
&:before {
content: $ico--reading;
}
}
.ico--bubbles {
&:before {
content: $ico--bubbles;
}
}
.ico--map {
&:before {
content: $ico--map;
}
}
.ico--compass {
&:before {
content: $ico--compass;
}
}
.ico--folder-open {
&:before {
content: $ico--folder-open;
}
}
.ico--folder {
&:before {
content: $ico--folder;
}
}
.ico--drawer {
&:before {
content: $ico--drawer;
}
}
.ico--stop {
&:before {
content: $ico--stop;
}
}
.ico--github {
&:before {
content: $ico--github;
}
}
.ico--clock {
&:before {
content: $ico--clock;
}
}
.ico--calendar {
&:before {
content: $ico--calendar;
}
}
.ico--flickr {
&:before {
content: $ico--flickr;
}
}
.ico--instagram {
&:before {
content: $ico--instagram;
}
}
.ico--twitter {
&:before {
content: $ico--twitter;
}
}
.ico--newspaper {
&:before {
content: $ico--newspaper;
}
}
.ico--cart {
&:before {
content: $ico--cart;
}
}
.ico--home {
&:before {
content: $ico--home;
}
}
.ico--link {
&:before {
content: $ico--link;
}
}
.ico--power {
&:before {
content: $ico--power;
}
}
.ico--house {
&:before {
content: $ico--house;
}
}
.ico--rocket {
&:before {
content: $ico--rocket;
}
}
.ico--jet {
&:before {
content: $ico--jet;
}
}
.ico--speed {
&:before {
content: $ico--speed;
}
}
.ico--spaceship {
&:before {
content: $ico--spaceship;
}
}
.ico--fast {
&:before {
content: $ico--fast;
}
}
.ico--location {
&:before {
content: $ico--location;
}
}
.ico--phone {
&:before {
content: $ico--phone;
}
}
.ico--linkedin {
&:before {
content: $ico--linkedin;
}
}
.ico--github1 {
&:before {
content: $ico--github1;
}
}
.ico--gplus {
&:before {
content: $ico--gplus;
}
}
.ico--twitter1 {
&:before {
content: $ico--twitter1;
}
}
.ico--facebook {
&:before {
content: $ico--facebook;
}
}
.ico--menu {
&:before {
content: $ico--menu;
}
}
.ico--chevron-right {
&:before {
content: $ico--chevron-right;
}
}
.ico--chevron-left {
&:before {
content: $ico--chevron-left;
}
}
.ico--chevron-down {
&:before {
content: $ico--chevron-down;
}
}
.ico--chevron-up {
&:before {
content: $ico--chevron-up;
}
}
.ico--eye-off {
&:before {
content: $ico--eye-off;
}
}
.ico--eye {
&:before {
content: $ico--eye;
}
}
.ico--zoom_out_map {
&:before {
content: $ico--zoom_out_map;
}
}
.ico--arrow-down {
&:before {
content: $ico--arrow-down;
}
}
.ico--link1 {
&:before {
content: $ico--link1;
}
}
.ico--city {
&:before {
content: $ico--city;
}
}
.ico--beer {
&:before {
content: $ico--beer;
}
}
.ico--thumbs-down {
&:before {
content: $ico--thumbs-down;
}
}
.ico--thumbs-up {
&:before {
content: $ico--thumbs-up;
}
}
.ico--tasks {
&:before {
content: $ico--tasks;
}
}
.ico--calculator {
&:before {
content: $ico--calculator;
}
}
.ico--bank {
&:before {
content: $ico--bank;
}
}
.ico--facebook-official {
&:before {
content: $ico--facebook-official;
}
}
.ico--close {
&:before {
content: $ico--close;
}
}
.ico--anchor {
&:before {
content: $ico--anchor;
}
}
.ico--feed {
&:before {
content: $ico--feed;
}
}
.ico--paw {
&:before {
content: $ico--paw;
}
}
.ico--envelope {
&:before {
content: $ico--envelope;
}
}
$icomoon-font-family: "pirati-ui" !default;
$icomoon-font-path: "fonts" !default;
$ico--lock-open: "\e949";
$ico--lock: "\e94a";
$ico--dots-three-vertical: "\e940";
$ico--dots-three-horizontal: "\e941";
$ico--log-out: "\e942";
$ico--pin: "\e943";
$ico--edit-pencil: "\e929";
$ico--at: "\e905";
$ico--strategy: "\e932";
$ico--pig: "\e928";
$ico--thermometer: "\e90a";
$ico--pirati: "\e90d";
$ico--stackshare: "\e90f";
$ico--open-source: "\e90e";
$ico--search: "\e913";
$ico--switch: "\e94b";
$ico--loop: "\e94c";
$ico--repeat: "\e94c";
$ico--player: "\e94c";
$ico--reload: "\e94c";
$ico--refresh: "\e94c";
$ico--update: "\e94c";
$ico--synchronize: "\e94c";
$ico--arrows: "\e94c";
$ico--spinner: "\e94d";
$ico--loading: "\e94d";
$ico--loading-wheel: "\e94d";
$ico--refresh1: "\e94d";
$ico--repeat1: "\e94d";
$ico--busy: "\e94d";
$ico--wait: "\e94d";
$ico--arrow: "\e94d";
$ico--bullhorn: "\e944";
$ico--bin: "\e945";
$ico--trashcan: "\e945";
$ico--remove: "\e945";
$ico--delete: "\e945";
$ico--recycle: "\e945";
$ico--dispose: "\e945";
$ico--cross: "\e937";
$ico--checkbox-checked: "\e938";
$ico--quill: "\e939";
$ico--feather: "\e939";
$ico--write: "\e939";
$ico--edit: "\e939";
$ico--sphere: "\e93a";
$ico--globe: "\e93a";
$ico--internet: "\e93a";
$ico--wikipedia: "\e93b";
$ico--brand: "\e93b";
$ico--youtube: "\e936";
$ico--users: "\e934";
$ico--group: "\e934";
$ico--team: "\e934";
$ico--members: "\e934";
$ico--community: "\e934";
$ico--collaborate: "\e934";
$ico--book: "\e935";
$ico--read: "\e935";
$ico--reading: "\e935";
$ico--bubbles: "\e930";
$ico--map: "\e914";
$ico--compass: "\e915";
$ico--folder-open: "\e916";
$ico--folder: "\e917";
$ico--drawer: "\e918";
$ico--stop: "\e919";
$ico--github: "\e91a";
$ico--clock: "\e91b";
$ico--calendar: "\e91c";
$ico--flickr: "\e91d";
$ico--instagram: "\e91e";
$ico--twitter: "\e91f";
$ico--newspaper: "\e920";
$ico--cart: "\e921";
$ico--home: "\e922";
$ico--link: "\e912";
$ico--power: "\e90c";
$ico--house: "\e93f";
$ico--rocket: "\e946";
$ico--jet: "\e946";
$ico--speed: "\e946";
$ico--spaceship: "\e946";
$ico--fast: "\e946";
$ico--location: "\e906";
$ico--phone: "\e907";
$ico--linkedin: "\e903";
$ico--github1: "\e904";
$ico--gplus: "\e900";
$ico--twitter1: "\e901";
$ico--facebook: "\e902";
$ico--menu: "\e933";
$ico--chevron-right: "\e923";
$ico--chevron-left: "\e924";
$ico--chevron-down: "\e925";
$ico--chevron-up: "\e926";
$ico--eye-off: "\e947";
$ico--eye: "\e948";
$ico--zoom_out_map: "\e927";
$ico--arrow-down: "\e911";
$ico--link1: "\e910";
$ico--city: "\e908";
$ico--beer: "\e909";
$ico--thumbs-down: "\e93d";
$ico--thumbs-up: "\e93e";
$ico--tasks: "\e93c";
$ico--calculator: "\e931";
$ico--bank: "\e92a";
$ico--facebook-official: "\e92b";
$ico--close: "\e92c";
$ico--anchor: "\e92d";
$ico--feed: "\e92e";
$ico--paw: "\e90b";
$ico--envelope: "\e92f";
source/images/favicons/apple-touch-icon-114x114.png

4.14 KiB

source/images/favicons/apple-touch-icon-120x120.png

3.97 KiB

source/images/favicons/apple-touch-icon-144x144.png

6.37 KiB

source/images/favicons/apple-touch-icon-152x152.png

6.84 KiB

source/images/favicons/apple-touch-icon-57x57.png

1.76 KiB

source/images/favicons/apple-touch-icon-60x60.png

1.91 KiB

source/images/favicons/apple-touch-icon-72x72.png

2.57 KiB

source/images/favicons/apple-touch-icon-76x76.png

2.73 KiB

source/images/favicons/favicon-128x128.png

3.32 KiB

source/images/favicons/favicon-16x16.png

438 B

source/images/favicons/favicon-196x196.png

10.2 KiB

source/images/favicons/favicon-32x32.png

883 B

source/images/favicons/favicon-96x96.png

3.15 KiB

source/images/favicons/favicon.ico

33.7 KiB

source/images/favicons/mstile-144x144.png

6.37 KiB

source/images/favicons/mstile-150x150.png

14.3 KiB

source/images/favicons/mstile-310x150.png

13.8 KiB

source/images/favicons/mstile-310x310.png

30 KiB