mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
23 lines
422 B
Plaintext
23 lines
422 B
Plaintext
|
* {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
.container {
|
||
|
width: 100%;
|
||
|
.dropdown-container, .arrow-container {
|
||
|
display: inline-block;
|
||
|
width: 40%;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
border-radius: 0;
|
||
|
background: #09f;
|
||
|
color: white;
|
||
|
text-transform: uppercase;
|
||
|
padding: 1em;
|
||
|
border: none;
|
||
|
cursor: pointer;
|
||
|
letter-spacing: 0.1em;
|
||
|
font-size: 1.1em;
|
||
|
}
|
||
|
}
|