mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-15 12:55:14 +00:00
10 lines
113 B
CSS
Executable File
10 lines
113 B
CSS
Executable File
.example-form {
|
|
min-width: 150px;
|
|
max-width: 500px;
|
|
width: 100%;
|
|
}
|
|
|
|
.example-full-width {
|
|
width: 100%;
|
|
}
|