comparison client/src/components/fairway/Profiles.vue @ 3200:f7d7fdc58cad

dialogs: styling
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 08 May 2019 15:58:37 +0200
parents 77fc44ad05e3
children 1253fe15e3e3
comparison
equal deleted inserted replaced
3199:25a26f666ee8 3200:f7d7fdc58cad
256 border-top-right-radius: 0 !important; 256 border-top-right-radius: 0 !important;
257 border-bottom-right-radius: 0 !important; 257 border-bottom-right-radius: 0 !important;
258 border-top-left-radius: $border-radius; 258 border-top-left-radius: $border-radius;
259 border-bottom-left-radius: $border-radius; 259 border-bottom-left-radius: $border-radius;
260 } 260 }
261
262 input,
263 select {
264 font-size: 0.8em;
265 }
261 </style> 266 </style>
262 267
263 <script> 268 <script>
264 /* This is Free Software under GNU Affero General Public License v >= 3.0 269 /* This is Free Software under GNU Affero General Public License v >= 3.0
265 * without warranty, see README.md and license for details. 270 * without warranty, see README.md and license for details.