Skip to content

Instantly share code, notes, and snippets.

View neewy's full-sized avatar
🎯
Focusing

Nick Yushkevich neewy

🎯
Focusing
View GitHub Profile
using System;
using System.IO;
using System.Linq;
using NUnit.Framework;
using Xamarin.UITest;
using Xamarin.UITest.Queries;
namespace SSBI.UITests
{
[TestFixture(Platform.iOS)]
.searchForm .formGroup {
float: right !important;
transition: all 0.35s, border-radius 0s;
width: 32px;
height: 32px;
background-color: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
border-radius: 25px;
border: 1px solid #ccc;
}