ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF  x x ?? C         ?? C   ?à   " ??     ?? μ  } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??     ?? μ   w !1AQ aq"2?B‘?±á #3Rebr?{ gilour

File "_settings-tools.scss"

Full Path: /home/zcziejy/ryadselyen/res/scss/view/_settings-tools.scss
File size: 1.02 KB
MIME-type: text/plain
Charset: utf-8


#tab-tools
{
	.button { min-height: 44px; }
	.option{
			clear: both;
			display: flex;
			margin: 25px 0;
			div.name {
					width: 220px;
					font-weight: 700;
					display: inline-block;
					flex : 0 0 auto;
					font-size: 14px;
			}
			div.field {
				 display: inline-block;
				 vertical-align: middle;
	//			 margin-left: 220px;
			//	 flex: 0 0 auto;
					.button {
							min-width: 200px;
							font-weight: 700;
							text-align: center;
							padding: 6px 8px;
							&.danger
							{
								 color: #fff;
								 background: #ff0000;
								 border: 1px solid #ff0000;
							}
					}

					&.queue-warning
					{
						border: 1px solid #ff0000;
						font-weight: 700;
						padding: 6px 8px;
					}

			}
			//p.description { margin: 8px 0; }
	}


				.option-row
				{
					margin: 15px 0;
					display: block;
				}

	.danger-zone
	{
		h3 {
			margin-left: 15px;
			text-transform: uppercase;
			font-weight: 700;
		}
		> p { margin-left: 15px; }
	//	 padding: 8px;
	//	 border: 1px solid #ff0000;
	}


} // Tab tools.