|
1 | 1 | @charset "UTF-8";
|
2 | 2 | /*------------------------------------*\
|
3 |
| - $PATTERN LAB STYLES |
| 3 | + #PATTERN LAB STYLES |
4 | 4 | \*------------------------------------*/
|
5 | 5 | /**
|
6 | 6 | * NOTES:
|
|
43 | 43 | * -----Code View
|
44 | 44 | */
|
45 | 45 | /*------------------------------------*\
|
46 |
| - #PATTERN LAB VARIABLES |
| 46 | + #VARIABLES |
47 | 47 | \*------------------------------------*/
|
48 | 48 | /**
|
49 | 49 | * These variables are specific to the Pattern Lab shell and exist
|
|
903 | 903 | .sg-pattern-desc {
|
904 | 904 | margin-bottom: 1em;
|
905 | 905 | padding-bottom: 1em;
|
906 |
| - border-bottom: 1px solid #808080; |
| 906 | + border-bottom: 1px solid #ccc; |
907 | 907 | }
|
908 | 908 | .sg-pattern-desc p:last-child {
|
909 | 909 | margin: 0;
|
|
965 | 965 | }
|
966 | 966 | }
|
967 | 967 |
|
| 968 | +/** |
| 969 | + * Pattern Category |
| 970 | + * 1) This appears in the index page and delineates a major section, |
| 971 | + * such as "global", "blocks", "etc". |
| 972 | + * 2) The category contains a title and optional description |
| 973 | + */ |
| 974 | +.sg-pattern-category { |
| 975 | + margin-top: 6rem; |
| 976 | + font: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important; |
| 977 | +} |
| 978 | +.sg-pattern-category:first-of-type { |
| 979 | + margin-top: 2rem; |
| 980 | +} |
| 981 | + |
| 982 | +/** |
| 983 | + * Pattern Category Title |
| 984 | + */ |
| 985 | +.sg-pattern-category-title { |
| 986 | + font-size: 1.4rem !important; |
| 987 | + color: #222 !important; |
| 988 | + margin: 0 0 0.2rem; |
| 989 | +} |
| 990 | +.sg-pattern-category-title a { |
| 991 | + -webkit-transition: color 0.1s ease-out; |
| 992 | + transition: color 0.1s ease-out; |
| 993 | +} |
| 994 | + |
| 995 | +/** |
| 996 | + * Pattern Category Description |
| 997 | + * 1) This is an optional description that sits below the category title. |
| 998 | + */ |
| 999 | +.sg-pattern-category-body { |
| 1000 | + font-size: 80%; |
| 1001 | + line-height: 1.3; |
| 1002 | +} |
| 1003 | +.sg-pattern-category-body:empty { |
| 1004 | + display: none; |
| 1005 | +} |
| 1006 | + |
968 | 1007 | /*------------------------------------*\
|
969 | 1008 | #TABS
|
970 | 1009 | \*------------------------------------*/
|
|
980 | 1019 | -webkit-box-direction: normal;
|
981 | 1020 | -ms-flex-direction: column;
|
982 | 1021 | flex-direction: column;
|
| 1022 | + font: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important; |
983 | 1023 | }
|
984 | 1024 |
|
985 | 1025 | .sg-tabs-list {
|
|
0 commit comments