editor: core plugin - edumed - first approach to all three choice exercises
[fnpeditor.git] / src / editor / plugins / core / edumed / choice / choiceTrueOrFalse.less
1 .exercise-true-or-false {
2     ul {
3         list-style: none;
4     }
5     .switch {
6         font-variant: small-caps;
7         float: left;
8         margin-right: 15px;
9         background-color: #d4d6d8;
10         cursor: pointer;
11         border-radius: 5px;
12         padding: 0px 5px;
13         font-weight: bold;
14         .selected {
15             color: white;
16             background-color: #ed7831;
17         }
18     }
19 }