mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-27 02:23:10 +00:00
18 lines
295 B
CSS
18 lines
295 B
CSS
.example-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.example-container > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.example-right-align {
|
|
text-align: right;
|
|
}
|
|
|
|
input.example-right-align::-webkit-outer-spin-button,
|
|
input.example-right-align::-webkit-inner-spin-button {
|
|
display: none;
|
|
}
|