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.

753 lines
15 KiB

9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
  1. /*!
  2. * # Semantic UI 2.1.4 - Segment
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2015 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Segment
  13. *******************************/
  14. .ui.segment {
  15. position: relative;
  16. background: #ffffff;
  17. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  18. margin: 1rem 0em;
  19. padding: 1em 1em;
  20. border-radius: 0.28571429rem;
  21. border: 1px solid rgba(34, 36, 38, 0.15);
  22. }
  23. .ui.segment:first-child {
  24. margin-top: 0em;
  25. }
  26. .ui.segment:last-child {
  27. margin-bottom: 0em;
  28. }
  29. /* Vertical */
  30. .ui.vertical.segment {
  31. margin: 0em;
  32. padding-left: 0em;
  33. padding-right: 0em;
  34. background: none transparent;
  35. border-radius: 0px;
  36. box-shadow: none;
  37. border: none;
  38. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  39. }
  40. .ui.vertical.segment:last-child {
  41. border-bottom: none;
  42. }
  43. /*-------------------
  44. Loose Coupling
  45. --------------------*/
  46. /* Header */
  47. .ui.inverted.segment > .ui.header {
  48. color: #ffffff;
  49. }
  50. /* Label */
  51. .ui[class*="bottom attached"].segment > [class*="top attached"].label {
  52. border-top-left-radius: 0em;
  53. border-top-right-radius: 0em;
  54. }
  55. .ui[class*="top attached"].segment > [class*="bottom attached"].label {
  56. border-bottom-left-radius: 0em;
  57. border-bottom-right-radius: 0em;
  58. }
  59. .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
  60. border-top-left-radius: 0em;
  61. border-top-right-radius: 0em;
  62. }
  63. .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
  64. border-bottom-left-radius: 0em;
  65. border-bottom-right-radius: 0em;
  66. }
  67. /* Grid */
  68. .ui.page.grid.segment,
  69. .ui.grid > .row > .ui.segment.column,
  70. .ui.grid > .ui.segment.column {
  71. padding-top: 2em;
  72. padding-bottom: 2em;
  73. }
  74. .ui.grid.segment {
  75. margin: 1rem 0em;
  76. border-radius: 0.28571429rem;
  77. }
  78. /* Table */
  79. .ui.basic.table.segment {
  80. background: #ffffff;
  81. border: 1px solid rgba(34, 36, 38, 0.15);
  82. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  83. }
  84. .ui[class*="very basic"].table.segment {
  85. padding: 1em 1em;
  86. }
  87. /*******************************
  88. Types
  89. *******************************/
  90. /*-------------------
  91. Piled
  92. --------------------*/
  93. .ui.piled.segments,
  94. .ui.piled.segment {
  95. margin: 3em 0em;
  96. box-shadow: '';
  97. z-index: auto;
  98. }
  99. .ui.piled.segment:first-child {
  100. margin-top: 0em;
  101. }
  102. .ui.piled.segment:last-child {
  103. margin-bottom: 0em;
  104. }
  105. .ui.piled.segments:after,
  106. .ui.piled.segments:before,
  107. .ui.piled.segment:after,
  108. .ui.piled.segment:before {
  109. background-color: #ffffff;
  110. visibility: visible;
  111. content: '';
  112. display: block;
  113. height: 100%;
  114. left: 0px;
  115. position: absolute;
  116. width: 100%;
  117. border: 1px solid rgba(34, 36, 38, 0.15);
  118. box-shadow: '';
  119. }
  120. .ui.piled.segments:before,
  121. .ui.piled.segment:before {
  122. -webkit-transform: rotate(-1.2deg);
  123. -ms-transform: rotate(-1.2deg);
  124. transform: rotate(-1.2deg);
  125. top: 0;
  126. z-index: -2;
  127. }
  128. .ui.piled.segments:after,
  129. .ui.piled.segment:after {
  130. -webkit-transform: rotate(1.2deg);
  131. -ms-transform: rotate(1.2deg);
  132. transform: rotate(1.2deg);
  133. top: 0;
  134. z-index: -1;
  135. }
  136. /* Piled Attached */
  137. .ui[class*="top attached"].piled.segment {
  138. margin-top: 3em;
  139. margin-bottom: 0em;
  140. }
  141. .ui.piled.segment[class*="top attached"]:first-child {
  142. margin-top: 0em;
  143. }
  144. .ui.piled.segment[class*="bottom attached"] {
  145. margin-top: 0em;
  146. margin-bottom: 3em;
  147. }
  148. .ui.piled.segment[class*="bottom attached"]:last-child {
  149. margin-bottom: 0em;
  150. }
  151. /*-------------------
  152. Stacked
  153. --------------------*/
  154. .ui.stacked.segment {
  155. padding-bottom: 1.4em;
  156. }
  157. .ui.stacked.segments:before,
  158. .ui.stacked.segments:after,
  159. .ui.stacked.segment:before,
  160. .ui.stacked.segment:after {
  161. content: '';
  162. position: absolute;
  163. bottom: -3px;
  164. left: 0%;
  165. border-top: 1px solid rgba(34, 36, 38, 0.15);
  166. background: rgba(0, 0, 0, 0.03);
  167. width: 100%;
  168. height: 6px;
  169. visibility: visible;
  170. }
  171. .ui.stacked.segments:before,
  172. .ui.stacked.segment:before {
  173. display: none;
  174. }
  175. /* Add additional page */
  176. .ui.tall.stacked.segments:before,
  177. .ui.tall.stacked.segment:before {
  178. display: block;
  179. bottom: 0px;
  180. }
  181. /* Inverted */
  182. .ui.stacked.inverted.segments:before,
  183. .ui.stacked.inverted.segments:after,
  184. .ui.stacked.inverted.segment:before,
  185. .ui.stacked.inverted.segment:after {
  186. background-color: rgba(0, 0, 0, 0.03);
  187. border-top: 1px solid rgba(34, 36, 38, 0.35);
  188. }
  189. /*-------------------
  190. Padded
  191. --------------------*/
  192. .ui.padded.segment {
  193. padding: 1.5em;
  194. }
  195. .ui[class*="very padded"].segment {
  196. padding: 3em;
  197. }
  198. /*-------------------
  199. Compact
  200. --------------------*/
  201. .ui.compact.segment {
  202. display: table;
  203. }
  204. /* Compact Group */
  205. .ui.compact.segments {
  206. display: -webkit-inline-box;
  207. display: -webkit-inline-flex;
  208. display: -ms-inline-flexbox;
  209. display: inline-flex;
  210. }
  211. .ui.compact.segments .segment,
  212. .ui.segments .compact.segment {
  213. display: block;
  214. -webkit-box-flex: 0;
  215. -webkit-flex: 0 1 auto;
  216. -ms-flex: 0 1 auto;
  217. flex: 0 1 auto;
  218. }
  219. /*-------------------
  220. Circular
  221. --------------------*/
  222. .ui.circular.segment {
  223. display: table-cell;
  224. padding: 2em;
  225. text-align: center;
  226. vertical-align: middle;
  227. border-radius: 500em;
  228. }
  229. /*-------------------
  230. Raised
  231. --------------------*/
  232. .ui.raised.segments,
  233. .ui.raised.segment {
  234. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08);
  235. }
  236. /*******************************
  237. Groups
  238. *******************************/
  239. /* Group */
  240. .ui.segments {
  241. -webkit-box-orient: vertical;
  242. -webkit-box-direction: normal;
  243. -webkit-flex-direction: column;
  244. -ms-flex-direction: column;
  245. flex-direction: column;
  246. position: relative;
  247. margin: 1rem 0em;
  248. border: 1px solid rgba(34, 36, 38, 0.15);
  249. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  250. border-radius: 0.28571429rem;
  251. }
  252. .ui.segments:first-child {
  253. margin-top: 0em;
  254. }
  255. .ui.segments:last-child {
  256. margin-bottom: 0em;
  257. }
  258. /* Nested Segment */
  259. .ui.segments > .segment {
  260. top: 0px;
  261. bottom: 0px;
  262. border-radius: 0px;
  263. margin: 0em;
  264. width: auto;
  265. box-shadow: none;
  266. border: none;
  267. border-top: 1px solid rgba(34, 36, 38, 0.15);
  268. }
  269. .ui.segments:not(.horizontal) > .segment:first-child {
  270. border-top: none;
  271. margin-top: 0em;
  272. bottom: 0px;
  273. margin-bottom: 0em;
  274. top: 0px;
  275. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  276. }
  277. /* Bottom */
  278. .ui.segments:not(.horizontal) > .segment:last-child {
  279. top: 0px;
  280. bottom: 0px;
  281. margin-top: 0em;
  282. margin-bottom: 0em;
  283. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  284. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  285. }
  286. /* Nested Group */
  287. .ui.segments > .ui.segments {
  288. border-top: 1px solid rgba(34, 36, 38, 0.15);
  289. margin: 1rem 1rem;
  290. }
  291. .ui.segments > .segments:first-child {
  292. border-top: none;
  293. }
  294. .ui.segments > .segment + .segments:not(.horizontal) {
  295. margin-top: 0em;
  296. }
  297. /* Horizontal Group */
  298. .ui.horizontal.segments {
  299. display: -webkit-box;
  300. display: -webkit-flex;
  301. display: -ms-flexbox;
  302. display: flex;
  303. -webkit-box-orient: horizontal;
  304. -webkit-box-direction: normal;
  305. -webkit-flex-direction: row;
  306. -ms-flex-direction: row;
  307. flex-direction: row;
  308. background-color: transparent;
  309. border-radius: 0px;
  310. padding: 0em;
  311. background-color: #ffffff;
  312. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  313. margin: 1rem 0em;
  314. border-radius: 0.28571429rem;
  315. border: 1px solid rgba(34, 36, 38, 0.15);
  316. }
  317. /* Nested Horizontal Group */
  318. .ui.segments > .horizontal.segments {
  319. margin: 0em;
  320. background-color: transparent;
  321. border-radius: 0px;
  322. border: none;
  323. box-shadow: none;
  324. border-top: 1px solid rgba(34, 36, 38, 0.15);
  325. }
  326. /* Horizontal Segment */
  327. .ui.horizontal.segments > .segment {
  328. -webkit-box-flex: 1;
  329. -webkit-flex: 1 1 auto;
  330. flex: 1 1 auto;
  331. -ms-flex: 1 1 0px;
  332. /* Solves #2550 MS Flex */
  333. margin: 0em;
  334. min-width: 0px;
  335. background-color: transparent;
  336. border-radius: 0px;
  337. border: none;
  338. box-shadow: none;
  339. border-left: 1px solid rgba(34, 36, 38, 0.15);
  340. }
  341. .ui.horizontal.segments > .segment:first-child {
  342. border-left: none;
  343. }
  344. /*******************************
  345. States
  346. *******************************/
  347. /*--------------
  348. Disabled
  349. ---------------*/
  350. .ui.disabled.segment {
  351. opacity: 0.45;
  352. color: rgba(40, 40, 40, 0.3);
  353. }
  354. /*--------------
  355. Loading
  356. ---------------*/
  357. .ui.loading.segment {
  358. position: relative;
  359. cursor: default;
  360. point-events: none;
  361. text-shadow: none !important;
  362. color: transparent !important;
  363. -webkit-transition: all 0s linear;
  364. transition: all 0s linear;
  365. }
  366. .ui.loading.segment:before {
  367. position: absolute;
  368. content: '';
  369. top: 0%;
  370. left: 0%;
  371. background: rgba(255, 255, 255, 0.8);
  372. width: 100%;
  373. height: 100%;
  374. border-radius: 0.28571429rem;
  375. z-index: 100;
  376. }
  377. .ui.loading.segment:after {
  378. position: absolute;
  379. content: '';
  380. top: 50%;
  381. left: 50%;
  382. margin: -1.5em 0em 0em -1.5em;
  383. width: 3em;
  384. height: 3em;
  385. -webkit-animation: segment-spin 0.6s linear;
  386. animation: segment-spin 0.6s linear;
  387. -webkit-animation-iteration-count: infinite;
  388. animation-iteration-count: infinite;
  389. border-radius: 500rem;
  390. border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  391. border-style: solid;
  392. border-width: 0.2em;
  393. box-shadow: 0px 0px 0px 1px transparent;
  394. visibility: visible;
  395. z-index: 101;
  396. }
  397. @-webkit-keyframes segment-spin {
  398. from {
  399. -webkit-transform: rotate(0deg);
  400. transform: rotate(0deg);
  401. }
  402. to {
  403. -webkit-transform: rotate(360deg);
  404. transform: rotate(360deg);
  405. }
  406. }
  407. @keyframes segment-spin {
  408. from {
  409. -webkit-transform: rotate(0deg);
  410. transform: rotate(0deg);
  411. }
  412. to {
  413. -webkit-transform: rotate(360deg);
  414. transform: rotate(360deg);
  415. }
  416. }
  417. /*******************************
  418. Variations
  419. *******************************/
  420. /*-------------------
  421. Basic
  422. --------------------*/
  423. .ui.basic.segment {
  424. background: none transparent;
  425. box-shadow: none;
  426. border: none;
  427. border-radius: 0px;
  428. }
  429. /*-------------------
  430. Clearing
  431. --------------------*/
  432. .ui.clearing.segment:after {
  433. content: ".";
  434. display: block;
  435. height: 0;
  436. clear: both;
  437. visibility: hidden;
  438. }
  439. /*-------------------
  440. Colors
  441. --------------------*/
  442. /* Red */
  443. .ui.red.segment:not(.inverted) {
  444. border-top: 2px solid #db2828;
  445. }
  446. .ui.inverted.red.segment {
  447. background-color: #db2828 !important;
  448. color: #ffffff !important;
  449. }
  450. /* Orange */
  451. .ui.orange.segment:not(.inverted) {
  452. border-top: 2px solid #f2711c;
  453. }
  454. .ui.inverted.orange.segment {
  455. background-color: #f2711c !important;
  456. color: #ffffff !important;
  457. }
  458. /* Yellow */
  459. .ui.yellow.segment:not(.inverted) {
  460. border-top: 2px solid #fbbd08;
  461. }
  462. .ui.inverted.yellow.segment {
  463. background-color: #fbbd08 !important;
  464. color: #ffffff !important;
  465. }
  466. /* Olive */
  467. .ui.olive.segment:not(.inverted) {
  468. border-top: 2px solid #b5cc18;
  469. }
  470. .ui.inverted.olive.segment {
  471. background-color: #b5cc18 !important;
  472. color: #ffffff !important;
  473. }
  474. /* Green */
  475. .ui.green.segment:not(.inverted) {
  476. border-top: 2px solid #21ba45;
  477. }
  478. .ui.inverted.green.segment {
  479. background-color: #21ba45 !important;
  480. color: #ffffff !important;
  481. }
  482. /* Teal */
  483. .ui.teal.segment:not(.inverted) {
  484. border-top: 2px solid #00b5ad;
  485. }
  486. .ui.inverted.teal.segment {
  487. background-color: #00b5ad !important;
  488. color: #ffffff !important;
  489. }
  490. /* Blue */
  491. .ui.blue.segment:not(.inverted) {
  492. border-top: 2px solid #2185d0;
  493. }
  494. .ui.inverted.blue.segment {
  495. background-color: #2185d0 !important;
  496. color: #ffffff !important;
  497. }
  498. /* Violet */
  499. .ui.violet.segment:not(.inverted) {
  500. border-top: 2px solid #6435c9;
  501. }
  502. .ui.inverted.violet.segment {
  503. background-color: #6435c9 !important;
  504. color: #ffffff !important;
  505. }
  506. /* Purple */
  507. .ui.purple.segment:not(.inverted) {
  508. border-top: 2px solid #a333c8;
  509. }
  510. .ui.inverted.purple.segment {
  511. background-color: #a333c8 !important;
  512. color: #ffffff !important;
  513. }
  514. /* Pink */
  515. .ui.pink.segment:not(.inverted) {
  516. border-top: 2px solid #e03997;
  517. }
  518. .ui.inverted.pink.segment {
  519. background-color: #e03997 !important;
  520. color: #ffffff !important;
  521. }
  522. /* Brown */
  523. .ui.brown.segment:not(.inverted) {
  524. border-top: 2px solid #a5673f;
  525. }
  526. .ui.inverted.brown.segment {
  527. background-color: #a5673f !important;
  528. color: #ffffff !important;
  529. }
  530. /* Grey */
  531. .ui.grey.segment:not(.inverted) {
  532. border-top: 2px solid #767676;
  533. }
  534. .ui.inverted.grey.segment {
  535. background-color: #767676 !important;
  536. color: #ffffff !important;
  537. }
  538. /* Black */
  539. .ui.black.segment:not(.inverted) {
  540. border-top: 2px solid #1b1c1d;
  541. }
  542. .ui.inverted.black.segment {
  543. background-color: #1b1c1d !important;
  544. color: #ffffff !important;
  545. }
  546. /*-------------------
  547. Aligned
  548. --------------------*/
  549. .ui[class*="left aligned"].segment {
  550. text-align: left;
  551. }
  552. .ui[class*="right aligned"].segment {
  553. text-align: right;
  554. }
  555. .ui[class*="center aligned"].segment {
  556. text-align: center;
  557. }
  558. /*-------------------
  559. Floated
  560. --------------------*/
  561. .ui.floated.segment,
  562. .ui[class*="left floated"].segment {
  563. float: left;
  564. margin-right: 1em;
  565. }
  566. .ui[class*="right floated"].segment {
  567. float: right;
  568. margin-left: 1em;
  569. }
  570. /*-------------------
  571. Inverted
  572. --------------------*/
  573. .ui.inverted.segment {
  574. border: none;
  575. box-shadow: none;
  576. }
  577. .ui.inverted.segment,
  578. .ui.primary.inverted.segment {
  579. background: #1b1c1d;
  580. color: rgba(255, 255, 255, 0.9);
  581. }
  582. /* Nested */
  583. .ui.inverted.segment .segment {
  584. color: rgba(0, 0, 0, 0.87);
  585. }
  586. .ui.inverted.segment .inverted.segment {
  587. color: rgba(255, 255, 255, 0.9);
  588. }
  589. /* Attached */
  590. .ui.inverted.attached.segment {
  591. border-color: #555555;
  592. }
  593. /*-------------------
  594. Emphasis
  595. --------------------*/
  596. /* Secondary */
  597. .ui.secondary.segment {
  598. background: #f3f4f5;
  599. color: rgba(0, 0, 0, 0.6);
  600. }
  601. .ui.secondary.inverted.segment {
  602. background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  603. background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  604. color: rgba(255, 255, 255, 0.8);
  605. }
  606. /* Tertiary */
  607. .ui.tertiary.segment {
  608. background: #dcddde;
  609. color: rgba(0, 0, 0, 0.6);
  610. }
  611. .ui.tertiary.inverted.segment {
  612. background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  613. background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  614. color: rgba(255, 255, 255, 0.8);
  615. }
  616. /*-------------------
  617. Attached
  618. --------------------*/
  619. /* Middle */
  620. .ui.attached.segment {
  621. top: 0px;
  622. bottom: 0px;
  623. border-radius: 0px;
  624. margin: 0em -1px;
  625. width: calc(100% + 2px );
  626. max-width: calc(100% + 2px );
  627. box-shadow: none;
  628. border: 1px solid #d4d4d5;
  629. }
  630. .ui.attached + .ui.attached.segment:not(.top) {
  631. border-top: none;
  632. }
  633. /* Top */
  634. .ui[class*="top attached"].segment {
  635. bottom: 0px;
  636. margin-bottom: 0em;
  637. top: 0px;
  638. margin-top: 1rem;
  639. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  640. }
  641. .ui.segment[class*="top attached"]:first-child {
  642. margin-top: 0em;
  643. }
  644. /* Bottom */
  645. .ui.segment[class*="bottom attached"] {
  646. bottom: 0px;
  647. margin-top: 0em;
  648. top: 0px;
  649. margin-bottom: 1rem;
  650. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  651. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  652. }
  653. .ui.segment[class*="bottom attached"]:last-child {
  654. margin-bottom: 0em;
  655. }
  656. /*******************************
  657. Theme Overrides
  658. *******************************/
  659. /*******************************
  660. Site Overrides
  661. *******************************/