ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

site-icon-rtl.css (1058B)


      1 /*! This file is auto-generated */
      2 /*------------------------------------------------------------------------------
      3   28.0 - Site Icon
      4 ------------------------------------------------------------------------------*/
      5 
      6 .site-icon-preview .favicon-preview {
      7 	margin: 5px 0 20px;
      8 	overflow: hidden;
      9 	position: relative;
     10 	max-width: 180px;
     11 }
     12 
     13 .site-icon-preview .favicon,
     14 .site-icon-preview .browser-title {
     15 	height: 16px;
     16 	right: 88px;
     17 	overflow: hidden;
     18 	position: absolute;
     19 	top: 16px;
     20 }
     21 
     22 .site-icon-preview .favicon {
     23 	width: 16px;
     24 }
     25 
     26 .site-icon-preview .browser-title {
     27 	right: 109px;
     28 	width: 72px;
     29 	white-space: nowrap;
     30 }
     31 
     32 .site-icon-preview .app-icon-preview {
     33 	background-color: #000;
     34 	border-radius: 16px;
     35 	height: 64px;
     36 	overflow: hidden;
     37 	width: 64px;
     38 	margin-top: 5px;
     39 }
     40 
     41 /* rtl:ignore */
     42 .site-icon-preview .favicon,
     43 .site-icon-preview .app-icon-preview {
     44 	direction: ltr;
     45 }
     46 
     47 .customize-control-site_icon .favicon-preview {
     48 	float: right;
     49 	margin-left: 12px;
     50 	margin-bottom: 0;
     51 }
     52 
     53 .customize-control-site_icon .app-icon-preview {
     54 	margin-top: 9px;
     55 }