You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

762 lines
17 KiB

  1. /*
  2. * # Semantic - Label
  3. * http://github.com/jlukic/semantic-ui/
  4. *
  5. *
  6. * Copyright 2013 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Label
  13. *******************************/
  14. .ui.label {
  15. display: inline-block;
  16. vertical-align: middle;
  17. margin: -0.25em 0.25em 0em;
  18. background-color: #E8E8E8;
  19. border-color: #E8E8E8;
  20. padding: 0.5em 0.8em;
  21. color: rgba(0, 0, 0, 0.65);
  22. text-transform: uppercase;
  23. font-weight: normal;
  24. -webkit-border-radius: 0.325em;
  25. -moz-border-radius: 0.325em;
  26. border-radius: 0.325em;
  27. -webkit-box-sizing: border-box;
  28. -moz-box-sizing: border-box;
  29. -ms-box-sizing: border-box;
  30. box-sizing: border-box;
  31. -webkit-transition: background 0.1s linear
  32. ;
  33. -moz-transition: background 0.1s linear
  34. ;
  35. -o-transition: background 0.1s linear
  36. ;
  37. -ms-transition: background 0.1s linear
  38. ;
  39. transition: background 0.1s linear
  40. ;
  41. }
  42. .ui.label:first-child {
  43. margin-left: 0em;
  44. }
  45. .ui.label:last-child {
  46. margin-right: 0em;
  47. }
  48. /* Link */
  49. a.ui.label {
  50. cursor: pointer;
  51. }
  52. /* Detail */
  53. .ui.label .detail {
  54. display: inline-block;
  55. margin-left: 0.5em;
  56. font-weight: bold;
  57. opacity: 0.8;
  58. }
  59. /* Icon */
  60. .ui.label .icon {
  61. width: auto;
  62. }
  63. /* Removable label */
  64. .ui.label .delete.icon {
  65. cursor: pointer;
  66. margin: 0em 0em 0em 0.5em;
  67. opacity: 0.7;
  68. -webkit-transition: background 0.1s linear
  69. ;
  70. -moz-transition: background 0.1s linear
  71. ;
  72. -o-transition: background 0.1s linear
  73. ;
  74. -ms-transition: background 0.1s linear
  75. ;
  76. transition: background 0.1s linear
  77. ;
  78. }
  79. .ui.label .delete.icon:hover {
  80. opacity: 0.99;
  81. }
  82. /*-------------------
  83. Coupling
  84. --------------------*/
  85. /* Padding on next content after a label */
  86. .ui.segment > .attached.label:first-child + * {
  87. margin-top: 2.5em;
  88. }
  89. .ui.segment > .bottom.attached.label:first-child ~ :last-child {
  90. margin-top: 0em;
  91. margin-bottom: 2.5em;
  92. }
  93. /*******************************
  94. Types
  95. *******************************/
  96. .ui.image.label {
  97. width: auto !important;
  98. margin-top: 0em;
  99. margin-bottom: 0em;
  100. padding-top: 0.4em;
  101. padding-bottom: 0.4em;
  102. line-height: 1.5em;
  103. vertical-align: baseline;
  104. text-transform: none;
  105. -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  106. -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  107. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  108. }
  109. .ui.image.label img {
  110. display: inline-block;
  111. height: 2.25em;
  112. margin: -0.4em 0.8em -0.4em -0.8em;
  113. vertical-align: top;
  114. -moz-border-radius: 0.325em 0em 0em 0.325em;
  115. -webkit-border-radius: 0.325em 0em 0em 0.325em;
  116. border-radius: 0.325em 0em 0em 0.325em;
  117. }
  118. /*******************************
  119. States
  120. *******************************/
  121. /*-------------------
  122. Disabled
  123. --------------------*/
  124. .ui.label.disabled {
  125. opacity: 0.5;
  126. }
  127. /*-------------------
  128. Hover
  129. --------------------*/
  130. a.ui.labels .label:hover,
  131. a.ui.label:hover {
  132. background-color: #E0E0E0;
  133. border-color: #E0E0E0;
  134. color: rgba(0, 0, 0, 0.7);
  135. }
  136. .ui.labels a.label:hover:before,
  137. a.ui.label:hover:before {
  138. background-color: #E0E0E0;
  139. color: rgba(0, 0, 0, 0.7);
  140. }
  141. /*-------------------
  142. Visible
  143. --------------------*/
  144. .ui.labels.visible .label,
  145. .ui.label.visible {
  146. display: inline-block !important;
  147. }
  148. /*-------------------
  149. Hidden
  150. --------------------*/
  151. .ui.labels.hidden .label,
  152. .ui.label.hidden {
  153. display: none !important;
  154. }
  155. /*******************************
  156. Variations
  157. *******************************/
  158. /*-------------------
  159. Tag
  160. --------------------*/
  161. .ui.tag.labels .label,
  162. .ui.tag.label {
  163. margin-left: 1em;
  164. position: relative;
  165. padding: 0.33em 1.3em 0.33em 1.4em;
  166. -webkit-border-radius: 0px 3px 3px 0px;
  167. -moz-border-radius: 0px 3px 3px 0px;
  168. border-radius: 0px 3px 3px 0px;
  169. }
  170. .ui.tag.labels .label:before,
  171. .ui.tag.label:before {
  172. position: absolute;
  173. top: 0.3em;
  174. left: 0.3em;
  175. content: '';
  176. margin-left: -1em;
  177. background-image: none;
  178. width: 1.5em;
  179. height: 1.5em;
  180. -webkit-transform: rotate(45deg);
  181. -moz-transform: rotate(45deg);
  182. transform: rotate(45deg);
  183. -webkit-transition: background 0.1s linear
  184. ;
  185. -moz-transition: background 0.1s linear
  186. ;
  187. -o-transition: background 0.1s linear
  188. ;
  189. -ms-transition: background 0.1s linear
  190. ;
  191. transition: background 0.1s linear
  192. ;
  193. }
  194. .ui.tag.labels .label:after,
  195. .ui.tag.label:after {
  196. position: absolute;
  197. content: '';
  198. top: 50%;
  199. left: -0.25em;
  200. margin-top: -0.3em;
  201. background-color: #FFFFFF;
  202. width: 0.55em;
  203. height: 0.55em;
  204. -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  205. -moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  206. box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  207. -moz-border-radius: 100px 100px 100px 100px;
  208. -webkit-border-radius: 100px 100px 100px 100px;
  209. border-radius: 100px 100px 100px 100px;
  210. }
  211. /*-------------------
  212. Ribbon
  213. --------------------*/
  214. .ui.ribbon.label {
  215. position: relative;
  216. margin: 0em 0.2em;
  217. left: -2rem;
  218. padding-left: 2rem;
  219. -webkit-border-radius: 0px 4px 4px 0px;
  220. -moz-border-radius: 0px 4px 4px 0px;
  221. border-radius: 0px 4px 4px 0px;
  222. border-color: rgba(0, 0, 0, 0.15);
  223. }
  224. .ui.ribbon.label:after {
  225. position: absolute;
  226. content: "";
  227. top: 100%;
  228. left: 0%;
  229. border-top: 0em solid transparent;
  230. border-right-width: 1em;
  231. border-right-color: inherit;
  232. border-right-style: solid;
  233. border-bottom: 1em solid transparent;
  234. border-left: 0em solid transparent;
  235. width: 0em;
  236. height: 0em;
  237. }
  238. /*-------------------
  239. Attached
  240. --------------------*/
  241. .ui.top.attached.label,
  242. .ui.attached.label {
  243. width: 100%;
  244. position: absolute;
  245. margin: 0em;
  246. top: 0em;
  247. left: 0em;
  248. padding: 0.75em 1em;
  249. -webkit-border-radius: 4px 4px 0em 0em;
  250. -moz-border-radius: 4px 4px 0em 0em;
  251. border-radius: 4px 4px 0em 0em;
  252. }
  253. .ui.bottom.attached.label {
  254. top: auto;
  255. bottom: 0em;
  256. -webkit-border-radius: 0em 0em 4px 4px;
  257. -moz-border-radius: 0em 0em 4px 4px;
  258. border-radius: 0em 0em 4px 4px;
  259. }
  260. .ui.top.left.attached.label {
  261. width: auto;
  262. margin-top: 0em !important;
  263. -webkit-border-radius: 4px 0em 4px 0em;
  264. -moz-border-radius: 4px 0em 4px 0em;
  265. border-radius: 4px 0em 4px 0em;
  266. }
  267. .ui.top.right.attached.label {
  268. width: auto;
  269. left: auto;
  270. right: 0em;
  271. -webkit-border-radius: 0em 4px 0em 4px;
  272. -moz-border-radius: 0em 4px 0em 4px;
  273. border-radius: 0em 4px 0em 4px;
  274. }
  275. .ui.bottom.left.attached.label {
  276. width: auto;
  277. top: auto;
  278. bottom: 0em;
  279. -webkit-border-radius: 4px 0em 0em 4px;
  280. -moz-border-radius: 4px 0em 0em 4px;
  281. border-radius: 4px 0em 0em 4px;
  282. }
  283. .ui.bottom.right.attached.label {
  284. top: auto;
  285. bottom: 0em;
  286. left: auto;
  287. right: 0em;
  288. width: auto;
  289. -webkit-border-radius: 4px 0em 4px 0em;
  290. -moz-border-radius: 4px 0em 4px 0em;
  291. border-radius: 4px 0em 4px 0em;
  292. }
  293. /*-------------------
  294. Corner Label
  295. --------------------*/
  296. .ui.corner.label {
  297. background-color: transparent;
  298. position: absolute;
  299. top: 0em;
  300. right: 0em;
  301. z-index: 10;
  302. margin: 0em;
  303. font-size: 0.8125em;
  304. width: 2rem;
  305. height: 2rem;
  306. padding: 0em;
  307. text-align: center;
  308. -webkit-transition: color 0.2s ease;
  309. -moz-transition: color 0.2s ease;
  310. -o-transition: color 0.2s ease;
  311. -ms-transition: color 0.2s ease;
  312. transition: color 0.2s ease;
  313. }
  314. .ui.corner.label:after {
  315. position: absolute;
  316. content: "";
  317. right: 0em;
  318. top: 0em;
  319. z-index: -1;
  320. width: 0em;
  321. height: 0em;
  322. border-top: 0em solid transparent;
  323. border-right: 3em solid transparent;
  324. border-bottom: 3em solid transparent;
  325. border-left: 0em solid transparent;
  326. border-right-color: inherit;
  327. -webkit-transition: border-color 0.2s ease;
  328. -moz-transition: border-color 0.2s ease;
  329. -o-transition: border-color 0.2s ease;
  330. -ms-transition: border-color 0.2s ease;
  331. transition: border-color 0.2s ease;
  332. }
  333. .ui.corner.label .icon {
  334. margin: 0.4em 0em 0em 0.7em;
  335. }
  336. .ui.corner.label .text {
  337. display: inline-block;
  338. font-weight: bold;
  339. margin: 0.5em 0em 0em 0.6em;
  340. width: 2.5em;
  341. font-size: 0.82em;
  342. text-align: center;
  343. -webkit-transform: rotate(45deg);
  344. -moz-transform: rotate(45deg);
  345. -o-transform: rotate(45deg);
  346. -ms-transform: rotate(45deg);
  347. transform: rotate(45deg);
  348. }
  349. /* Left Corner */
  350. .ui.left.corner.label,
  351. .ui.left.corner.label:after {
  352. right: auto;
  353. left: 0em;
  354. }
  355. .ui.left.corner.label:after {
  356. border-top: 3em solid transparent;
  357. border-right: 3em solid transparent;
  358. border-bottom: 0em solid transparent;
  359. border-left: 0em solid transparent;
  360. border-top-color: inherit;
  361. }
  362. .ui.left.corner.label .icon {
  363. margin: 0.4em 0em 0em -0.7em;
  364. }
  365. .ui.left.corner.label .text {
  366. margin: 0.5em 0em 0em -0.6em;
  367. -webkit-transform: rotate(-45deg);
  368. -moz-transform: rotate(-45deg);
  369. -o-transform: rotate(-45deg);
  370. -ms-transform: rotate(-45deg);
  371. transform: rotate(-45deg);
  372. }
  373. /* Hover */
  374. .ui.corner.label:hover {
  375. background-color: transparent;
  376. }
  377. /*-------------------
  378. Fluid
  379. --------------------*/
  380. .ui.label.fluid,
  381. .ui.fluid.labels > .label {
  382. width: 100%;
  383. -webkit-box-sizing: border-box;
  384. -moz-box-sizing: border-box;
  385. -ms-box-sizing: border-box;
  386. box-sizing: border-box;
  387. }
  388. /*-------------------
  389. Inverted
  390. --------------------*/
  391. .ui.inverted.labels .label,
  392. .ui.inverted.label {
  393. color: #FFFFFF !important;
  394. }
  395. /*-------------------
  396. Colors
  397. --------------------*/
  398. /*--- Black ---*/
  399. .ui.black.labels .label,
  400. .ui.black.label {
  401. background-color: #5C6166 !important;
  402. border-color: #5C6166 !important;
  403. color: #FFFFFF !important;
  404. }
  405. .ui.labels .black.label:before,
  406. .ui.black.labels .label:before,
  407. .ui.black.label:before {
  408. background-color: #5C6166 !important;
  409. }
  410. /* Hover */
  411. a.ui.black.labels .label:hover,
  412. a.ui.black.label:hover {
  413. background-color: #333333 !important;
  414. border-color: #333333 !important;
  415. }
  416. .ui.labels a.black.label:hover:before,
  417. .ui.black.labels a.label:hover:before,
  418. a.ui.black.label:hover:before {
  419. background-color: #333333 !important;
  420. }
  421. /* Corner */
  422. .ui.black.corner.label,
  423. .ui.black.corner.label:hover {
  424. background-color: transparent !important;
  425. }
  426. /* Ribbon */
  427. .ui.black.ribbon.label {
  428. border-color: #333333 !important;
  429. }
  430. /*--- Green ---*/
  431. .ui.green.labels .label,
  432. .ui.green.label {
  433. background-color: #A1CF64 !important;
  434. border-color: #A1CF64 !important;
  435. color: #FFFFFF !important;
  436. }
  437. .ui.labels .green.label:before,
  438. .ui.green.labels .label:before,
  439. .ui.green.label:before {
  440. background-color: #A1CF64 !important;
  441. }
  442. /* Hover */
  443. a.ui.green.labels .label:hover,
  444. a.ui.green.label:hover {
  445. background-color: #89B84C !important;
  446. border-color: #89B84C !important;
  447. }
  448. .ui.labels a.green.label:hover:before,
  449. .ui.green.labels a.label:hover:before,
  450. a.ui.green.label:hover:before {
  451. background-color: #89B84C !important;
  452. }
  453. /* Corner */
  454. .ui.green.corner.label,
  455. .ui.green.corner.label:hover {
  456. background-color: transparent !important;
  457. }
  458. /* Ribbon */
  459. .ui.green.ribbon.label {
  460. border-color: #89B84C !important;
  461. }
  462. /*--- Red ---*/
  463. .ui.red.labels .label,
  464. .ui.red.label {
  465. background-color: #D95C5C !important;
  466. border-color: #D95C5C !important;
  467. color: #FFFFFF !important;
  468. }
  469. .ui.labels .red.label:before,
  470. .ui.red.labels .label:before,
  471. .ui.red.label:before {
  472. background-color: #D95C5C !important;
  473. }
  474. /* Corner */
  475. .ui.red.corner.label,
  476. .ui.red.corner.label:hover {
  477. background-color: transparent !important;
  478. }
  479. /* Hover */
  480. a.ui.red.labels .label:hover,
  481. a.ui.red.label:hover {
  482. background-color: #DE3859 !important;
  483. border-color: #DE3859 !important;
  484. color: #FFFFFF !important;
  485. }
  486. .ui.labels a.red.label:hover:before,
  487. .ui.red.labels a.label:hover:before,
  488. a.ui.red.label:hover:before {
  489. background-color: #DE3859 !important;
  490. }
  491. /* Ribbon */
  492. .ui.red.ribbon.label {
  493. border-color: #DE3859 !important;
  494. }
  495. /*--- Blue ---*/
  496. .ui.blue.labels .label,
  497. .ui.blue.label {
  498. background-color: #6ECFF5 !important;
  499. border-color: #6ECFF5 !important;
  500. color: #FFFFFF !important;
  501. }
  502. .ui.labels .blue.label:before,
  503. .ui.blue.labels .label:before,
  504. .ui.blue.label:before {
  505. background-color: #6ECFF5 !important;
  506. }
  507. /* Hover */
  508. a.ui.blue.labels .label:hover,
  509. .ui.blue.labels a.label:hover,
  510. a.ui.blue.label:hover {
  511. background-color: #1AB8F3 !important;
  512. border-color: #1AB8F3 !important;
  513. color: #FFFFFF !important;
  514. }
  515. .ui.labels a.blue.label:hover:before,
  516. .ui.blue.labels a.label:hover:before,
  517. a.ui.blue.label:hover:before {
  518. background-color: #1AB8F3 !important;
  519. }
  520. /* Corner */
  521. .ui.blue.corner.label,
  522. .ui.blue.corner.label:hover {
  523. background-color: transparent !important;
  524. }
  525. /* Ribbon */
  526. .ui.blue.ribbon.label {
  527. border-color: #1AB8F3 !important;
  528. }
  529. /*--- Purple ---*/
  530. .ui.purple.labels .label,
  531. .ui.purple.label {
  532. background-color: #564F8A !important;
  533. border-color: #564F8A !important;
  534. color: #FFFFFF !important;
  535. }
  536. .ui.labels .purple.label:before,
  537. .ui.purple.labels .label:before,
  538. .ui.purple.label:before {
  539. background-color: #564F8A !important;
  540. }
  541. /* Hover */
  542. a.ui.purple.labels .label:hover,
  543. .ui.purple.labels a.label:hover,
  544. a.ui.purple.label:hover {
  545. background-color: #3E3773 !important;
  546. border-color: #3E3773 !important;
  547. color: #FFFFFF !important;
  548. }
  549. .ui.labels a.purple.label:hover:before,
  550. .ui.purple.labels a.label:hover:before,
  551. a.ui.purple.label:hover:before {
  552. background-color: #3E3773 !important;
  553. }
  554. /* Corner */
  555. .ui.purple.corner.label,
  556. .ui.purple.corner.label:hover {
  557. background-color: transparent !important;
  558. }
  559. /* Ribbon */
  560. .ui.purple.ribbon.label {
  561. border-color: #3E3773 !important;
  562. }
  563. /*--- Orange ---*/
  564. .ui.orange.labels .label,
  565. .ui.orange.label {
  566. background-color: #F05940 !important;
  567. border-color: #F05940 !important;
  568. color: #FFFFFF !important;
  569. }
  570. .ui.labels .orange.label:before,
  571. .ui.orange.labels .label:before,
  572. .ui.orange.label:before {
  573. background-color: #F05940 !important;
  574. }
  575. /* Hover */
  576. a.ui.orange.labels .label:hover,
  577. .ui.orange.labels a.label:hover,
  578. a.ui.orange.label:hover {
  579. background-color: #FF4121 !important;
  580. border-color: #FF4121 !important;
  581. color: #FFFFFF !important;
  582. }
  583. .ui.labels a.orange.label:hover:before,
  584. .ui.orange.labels a.label:hover:before,
  585. a.ui.orange.label:hover:before {
  586. background-color: #FF4121 !important;
  587. }
  588. /* Corner */
  589. .ui.orange.corner.label,
  590. .ui.orange.corner.label:hover {
  591. background-color: transparent !important;
  592. }
  593. /* Ribbon */
  594. .ui.orange.ribbon.label {
  595. border-color: #FF4121 !important;
  596. }
  597. /*--- Teal ---*/
  598. .ui.teal.labels .label,
  599. .ui.teal.label {
  600. background-color: #00B5AD !important;
  601. border-color: #00B5AD !important;
  602. color: #FFFFFF !important;
  603. }
  604. .ui.labels .teal.label:before,
  605. .ui.teal.labels .label:before,
  606. .ui.teal.label:before {
  607. background-color: #00B5AD !important;
  608. }
  609. /* Hover */
  610. a.ui.teal.labels .label:hover,
  611. .ui.teal.labels a.label:hover,
  612. a.ui.teal.label:hover {
  613. background-color: #009A93 !important;
  614. border-color: #009A93 !important;
  615. color: #FFFFFF !important;
  616. }
  617. .ui.labels a.teal.label:hover:before,
  618. .ui.teal.labels a.label:hover:before,
  619. a.ui.teal.label:hover:before {
  620. background-color: #009A93 !important;
  621. }
  622. /* Corner */
  623. .ui.teal.corner.label,
  624. .ui.teal.corner.label:hover {
  625. background-color: transparent !important;
  626. }
  627. /* Ribbon */
  628. .ui.teal.ribbon.label {
  629. border-color: #009A93 !important;
  630. }
  631. /*-------------------
  632. Horizontal
  633. --------------------*/
  634. .ui.horizontal.labels .label,
  635. .ui.horizontal.label {
  636. margin: -0.125em 0.5em -0.125em 0em;
  637. padding: 0.35em 1em;
  638. min-width: 6em;
  639. text-align: center;
  640. }
  641. /*-------------------
  642. Circular
  643. --------------------*/
  644. .ui.circular.labels .label,
  645. .ui.circular.label {
  646. min-height: 1em;
  647. max-height: 2em;
  648. padding: 0.5em !important;
  649. line-height: 1em;
  650. text-align: center;
  651. -webkit-border-radius: 500rem;
  652. -moz-border-radius: 500rem;
  653. border-radius: 500rem;
  654. }
  655. /*-------------------
  656. Pointing
  657. --------------------*/
  658. .ui.pointing.label {
  659. position: relative;
  660. }
  661. .ui.attached.pointing.label {
  662. position: absolute;
  663. }
  664. .ui.pointing.label:before {
  665. position: absolute;
  666. content: "";
  667. width: 0.6em;
  668. height: 0.6em;
  669. background-image: none;
  670. -webkit-transform: rotate(45deg);
  671. -moz-transform: rotate(45deg);
  672. transform: rotate(45deg);
  673. z-index: 2;
  674. -webkit-transition: background 0.1s linear
  675. ;
  676. -moz-transition: background 0.1s linear
  677. ;
  678. -o-transition: background 0.1s linear
  679. ;
  680. -ms-transition: background 0.1s linear
  681. ;
  682. transition: background 0.1s linear
  683. ;
  684. }
  685. /*--- Above ---*/
  686. .ui.pointing.label:before {
  687. background-color: #E8E8E8;
  688. }
  689. .ui.pointing.label,
  690. .ui.pointing.above.label {
  691. margin-top: 1em;
  692. }
  693. .ui.pointing.label:before,
  694. .ui.pointing.above.label:before {
  695. margin-left: -0.3em;
  696. top: -0.3em;
  697. left: 50%;
  698. }
  699. /*--- Below ---*/
  700. .ui.pointing.below.label {
  701. margin-top: 0em;
  702. margin-bottom: 1em;
  703. }
  704. .ui.pointing.below.label:before {
  705. margin-left: -0.3em;
  706. top: auto;
  707. right: auto;
  708. bottom: -0.3em;
  709. left: 50%;
  710. }
  711. /*--- Left ---*/
  712. .ui.pointing.left.label {
  713. margin-top: 0em;
  714. margin-left: 1em;
  715. }
  716. .ui.pointing.left.label:before {
  717. margin-top: -0.3em;
  718. bottom: auto;
  719. right: auto;
  720. top: 50%;
  721. left: 0em;
  722. }
  723. /*--- Right ---*/
  724. .ui.pointing.right.label {
  725. margin-top: 0em;
  726. margin-right: 1em;
  727. }
  728. .ui.pointing.right.label:before {
  729. margin-top: -0.3em;
  730. right: -0.3em;
  731. top: 50%;
  732. bottom: auto;
  733. left: auto;
  734. }
  735. /*------------------
  736. Floating Label
  737. -------------------*/
  738. .ui.floating.label {
  739. position: absolute;
  740. z-index: 100;
  741. top: -1em;
  742. left: 100%;
  743. margin: 0em 0em 0em -1.5em !important;
  744. }
  745. /*-------------------
  746. Sizes
  747. --------------------*/
  748. .ui.small.labels .label,
  749. .ui.small.label {
  750. font-size: 0.75rem;
  751. }
  752. .ui.label {
  753. font-size: 0.8125rem;
  754. }
  755. .ui.large.labels .label,
  756. .ui.large.label {
  757. font-size: 0.875rem;
  758. }
  759. .ui.huge.labels .label,
  760. .ui.huge.label {
  761. font-size: 1rem;
  762. }