rename serach engine
This commit is contained in:
parent
7e2c2476ef
commit
d195890eb9
3 changed files with 9 additions and 9 deletions
|
@ -1,26 +0,0 @@
|
|||
.form-search-engine-form {
|
||||
@mixin row-base {
|
||||
display: flex;
|
||||
|
||||
.column-name {
|
||||
flex: 1;
|
||||
}
|
||||
.column-url {
|
||||
flex: 5;
|
||||
}
|
||||
.column-option {
|
||||
text-align: right;
|
||||
flex-basis: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
&-header {
|
||||
@include row-base;
|
||||
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&-row {
|
||||
@include row-base;
|
||||
}
|
||||
}
|
Reference in a new issue