| 
									
										
										
										
											2012-01-06 02:01:42 +08:00
										 |  |  | .close { | 
					
						
							|  |  |  |   float: right; | 
					
						
							| 
									
										
										
										
											2017-01-04 05:51:06 +08:00
										 |  |  |   font-size: $close-font-size; | 
					
						
							| 
									
										
										
										
											2014-12-03 06:02:35 +08:00
										 |  |  |   font-weight: $close-font-weight; | 
					
						
							| 
									
										
										
										
											2013-04-24 06:41:06 +08:00
										 |  |  |   line-height: 1; | 
					
						
							| 
									
										
										
										
											2014-12-03 06:02:35 +08:00
										 |  |  |   color: $close-color; | 
					
						
							|  |  |  |   text-shadow: $close-text-shadow; | 
					
						
							| 
									
										
										
										
											2016-11-26 08:03:13 +08:00
										 |  |  |   opacity: .5; | 
					
						
							| 
									
										
										
										
											2013-04-10 01:43:37 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-01 17:05:01 +08:00
										 |  |  |   @include hover-focus { | 
					
						
							| 
									
										
										
										
											2014-12-03 06:02:35 +08:00
										 |  |  |     color: $close-color; | 
					
						
							| 
									
										
										
										
											2012-01-06 02:01:42 +08:00
										 |  |  |     text-decoration: none; | 
					
						
							| 
									
										
										
										
											2016-11-26 08:03:13 +08:00
										 |  |  |     opacity: .75; | 
					
						
							| 
									
										
										
										
											2012-01-06 02:01:42 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-01-20 08:11:39 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2012-03-26 11:41:59 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-20 08:11:39 +08:00
										 |  |  | // Additional properties for button version
 | 
					
						
							|  |  |  | // iOS requires the button element instead of an anchor tag.
 | 
					
						
							|  |  |  | // If you want the anchor version, it requires `href="#"`.
 | 
					
						
							|  |  |  | // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
 | 
					
						
							| 
									
										
										
										
											2016-02-07 04:28:18 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | // scss-lint:disable QualifyingElement
 | 
					
						
							| 
									
										
										
										
											2015-01-20 08:11:39 +08:00
										 |  |  | button.close { | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   background: transparent; | 
					
						
							|  |  |  |   border: 0; | 
					
						
							|  |  |  |   -webkit-appearance: none; | 
					
						
							| 
									
										
										
										
											2013-04-23 15:30:22 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-02-07 04:28:18 +08:00
										 |  |  | // scss-lint:enable QualifyingElement
 |