mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-28 07:30:56 +03:00
34 lines
441 B
SCSS
34 lines
441 B
SCSS
.file-col {
|
|
max-width: 240px;
|
|
}
|
|
|
|
.search-bar {
|
|
transition: all .5s ease;
|
|
position: relative;
|
|
float: right;
|
|
}
|
|
|
|
.search-bar-unfocused {
|
|
width: 100px;
|
|
}
|
|
|
|
.search-input {
|
|
transition: all .5s ease;
|
|
}
|
|
|
|
.search-bar-focused {
|
|
width: 200px;
|
|
}
|
|
|
|
.flex-grid {
|
|
width: 100%;
|
|
display: block;
|
|
position: relative;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
.col {
|
|
width: 33%;
|
|
display: inline-block;
|
|
} |