https://github.com/afeiship/webkit-sassui-ios-modal
Webkit sass for ios basic modal.
https://github.com/afeiship/webkit-sassui-ios-modal
alert confirm dialog ios modal sass webkit
Last synced: about 2 months ago
JSON representation
Webkit sass for ios basic modal.
- Host: GitHub
- URL: https://github.com/afeiship/webkit-sassui-ios-modal
- Owner: afeiship
- License: mit
- Created: 2018-08-29T02:20:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T15:41:19.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T11:30:55.540Z (over 1 year ago)
- Topics: alert, confirm, dialog, ios, modal, sass, webkit
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# webkit-sassui-ios-modal
> Webkit sass for ios basic modal
## usage:
+ https://afeiship.github.io/webkit-sassui-ios-modal/
## resources:
+ https://github.com/afeiship/generator-webkit-sassui
## become alert/confirm:
```scss
&[data-type=alert]{
>.ft{
button{
width:100%;
}
}
}
&[data-type=confirm]{
>.ft{
display: flex;
button{
flex:1;
& + button{
border-left: 0.55px solid #dbdbdf;
}
}
}
}
```