This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.IO; | |
| using System.Linq; | |
| using NUnit.Framework; | |
| using Xamarin.UITest; | |
| using Xamarin.UITest.Queries; | |
| namespace SSBI.UITests | |
| { | |
| [TestFixture(Platform.iOS)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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; | |
| } |
NewerOlder