|
@@ -32,11 +32,11 @@ body {
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
}
|
|
}
|
|
|
.header > .item.search input {
|
|
.header > .item.search input {
|
|
|
- width: 200px;
|
|
|
|
|
|
|
+ width: 230px;
|
|
|
transition: width 200ms linear;
|
|
transition: width 200ms linear;
|
|
|
}
|
|
}
|
|
|
.header .item.search input:focus {
|
|
.header .item.search input:focus {
|
|
|
- width: 300px;
|
|
|
|
|
|
|
+ width: 330px;
|
|
|
}
|
|
}
|
|
|
.header > .item.configure {
|
|
.header > .item.configure {
|
|
|
width: 100px;
|
|
width: 100px;
|