mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-28 02:53:11 +00:00
20 lines
261 B
CSS
Executable File
20 lines
261 B
CSS
Executable File
.example-form {
|
|
min-width: 150px;
|
|
max-width: 500px;
|
|
width: 100%;
|
|
}
|
|
|
|
.example-full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
.example-option-img {
|
|
vertical-align: middle;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
[dir='rtl'] .example-option-img {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|