@@ -70,82 +70,3 @@ $o-container-side-gap: 1.2rem !default; // Should be 1/2 of grid col gap
70
70
}
71
71
72
72
}
73
-
74
-
75
- /* ==========================================================================
76
- Container vertical
77
- ========================================================================== */
78
-
79
- /* Block spacing
80
- ========================================================================== */
81
-
82
- .o-container-vertical--padding-small {
83
- padding : 2.4rem 0 ;
84
- }
85
-
86
- .o-container-vertical { // Standard padding
87
- padding : 3.6rem 0 ;
88
- }
89
-
90
- .o-container-vertical--padding-medium {
91
- padding : 4.8rem 0 ;
92
- }
93
-
94
- .o-container-vertical--padding-large {
95
- padding : 6.4rem 0 ;
96
- }
97
-
98
- /* Block modifiers
99
- Change the look of the entire block
100
- ========================================================================== */
101
-
102
- .o-container-vertical--bg-alt {
103
- background : $color-gray-50 ;
104
- }
105
-
106
- .o-container-vertical--bottom-bordered {
107
- border-bottom : 1px solid $color-gray-100 ;
108
- }
109
-
110
- /* ==========================================================================
111
- Block types (attached to vertical containers, since this is often the parent)
112
- ========================================================================== */
113
-
114
- /* Block type: intro
115
- ========================================================================== */
116
-
117
- .o-container-vertical-intro__intro {
118
- font-size : 1.8rem ;
119
- color : $color-gray-500 ;
120
- text-align : center ;
121
- }
122
-
123
- /* Block type: title
124
- ========================================================================== */
125
-
126
- .o-container-vertical-title__title {
127
- text-align : center ;
128
- font-size : 4.8rem ;
129
- font-weight : $g-headings-font-weight ;
130
- font-family : $g-headings-font-family ;
131
- }
132
-
133
- /* Block type: subtitle
134
- ========================================================================== */
135
-
136
- .o-container-vertical-subtitle__title {
137
- font-size : 3.2rem ;
138
- font-weight : $g-headings-font-weight ;
139
- font-family : $g-headings-font-family ;
140
- }
141
-
142
- /* Block type: anchor list
143
- ========================================================================== */
144
-
145
- .o-container-vertical-anchor-list__list {
146
- text-align : center ;
147
- li {
148
- display : inline-block ;
149
- margin : 1rem ;
150
- }
151
- }
0 commit comments